#F3F282

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

Shades of Texas #F3F282

Tints of Texas #F3F282

Color information

#F3F282 (or 0xF3F282) is unknown color: approx Texas. HEX triplet: F3, F2 and 82. RGB value is (243,242,130). Sum of RGB (Red+Green+Blue) = 243+242+130=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F282 is #0C0D7D. Grayscale: #E5E5E5. Windows color (decimal): -789886 or 8581875. OLE color: 8581875.

HSL color Cylindrical-coordinate representation of color #F3F282: hue angle of 59.47º degrees, saturation: 0.82, 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 #F3F282 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243242130-
CMYK00.000.470.05
HSL59.47º82.48%73.14%-
HSV(B)59.47º46.5%95.29%-
XYZ72.7484.1733.53-
YUV229.5371.83137.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 130 (51.17% from 255) = 21.14%
R=39.51%
G=39.35%
B=21.14%

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
Decimal24324213000.000.470.0559.4782.4873.14
HexF3F282002F53b5249
Octal3633622020057573122111
Binary1111001111110010100000100010111110111101110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F282; }

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

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

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

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

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

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

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

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