#F3F280

Color #F3F280 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #F3F280

Tints of Texas #F3F280

Color information

#F3F280 (or 0xF3F280) is unknown color: approx Texas. HEX triplet: F3, F2 and 80. RGB value is (243,242,128). Sum of RGB (Red+Green+Blue) = 243+242+128=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F280 is #0C0D7F. Grayscale: #E5E5E5. Windows color (decimal): -789888 or 8450803. OLE color: 8450803.

HSL color Cylindrical-coordinate representation of color #F3F280: hue angle of 59.48º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3F280 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243242128-
CMYK00.000.470.05
HSL59.48º82.73%72.75%-
HSV(B)59.48º47.33%95.29%-
XYZ72.6184.1232.83-
YUV229.370.83137.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 39.64%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 128 (50.39% from 255) = 20.88%
R=39.64%
G=39.48%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324212800.000.470.0559.4882.7372.75
HexF3F280002F53b5349
Octal3633622000057573123111
Binary1111001111110010100000000010111110111101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F280; }

 p { color: rgb(243,242,128); }

 H1.HeaderClassName
 {
   color: #F3F280;
 }
 .AnyTagClassName
 {
   color: #F3F280;
 }
</style>
background-color css

<style>
 a { background-color: #F3F280; }

 a { background-color: rgb(243,242,128); }

 div.DivClassName
 {
   background-color: #F3F280;
 }
 .BgClassName
 {
   background-color: #F3F280;
 }
</style>
border-color css

<style>
 span { border-color: #F3F280; }

 span { border-color: rgb(243,242,128); }

 td.TdClassName
 {
   border-color: #F3F280;
 }
 .TagClassName
 {
   border-color: #F3F280;
 }
</style>