#F1E982

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

Shades of Texas #F1E982

Tints of Texas #F1E982

Color information

#F1E982 (or 0xF1E982) is unknown color: approx Texas. HEX triplet: F1, E9 and 82. RGB value is (241,233,130). Sum of RGB (Red+Green+Blue) = 241+233+130=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E982 is #0E167D. Grayscale: #E0E0E0. Windows color (decimal): -923262 or 8579569. OLE color: 8579569.

HSL color Cylindrical-coordinate representation of color #F1E982: hue angle of 55.68º 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 #F1E982 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241233130-
CMYK00.030.460.05
HSL55.68º79.86%72.75%-
HSV(B)55.68º46.06%94.51%-
XYZ69.4478.5932.63-
YUV223.6575.15140.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 130 (51.17% from 255) = 21.52%
R=39.90%
G=38.58%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123313000.030.460.0555.6879.8672.75
HexF1E982032E5385049
Octal3613512020356570120111
Binary11110001111010011000001001110111010111100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E982; }

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

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

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

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

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

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

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

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