#F1EF82

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

Shades of Texas #F1EF82

Tints of Texas #F1EF82

Color information

#F1EF82 (or 0xF1EF82) is unknown color: approx Texas. HEX triplet: F1, EF and 82. RGB value is (241,239,130). Sum of RGB (Red+Green+Blue) = 241+239+130=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EF82 is #0E107D. Grayscale: #E3E3E3. Windows color (decimal): -921726 or 8581105. OLE color: 8581105.

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

Color convert

RGB241239130-
CMYK00.010.460.05
HSL58.92º79.86%72.75%-
HSV(B)58.92º46.06%94.51%-
XYZ71.1782.0533.2-
YUV227.1773.16137.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 130 (51.17% from 255) = 21.31%
R=39.51%
G=39.18%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123913000.010.460.0558.9279.8672.75
HexF1EF82012E53b5049
Octal3613572020156573120111
Binary1111000111101111100000100110111010111101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EF82; }

 p { color: rgb(241,239,130); }

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

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

 a { background-color: rgb(241,239,130); }

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

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

 span { border-color: rgb(241,239,130); }

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