#F1E984

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

Shades of Texas #F1E984

Tints of Texas #F1E984

Color information

#F1E984 (or 0xF1E984) is unknown color: approx Texas. HEX triplet: F1, E9 and 84. RGB value is (241,233,132). Sum of RGB (Red+Green+Blue) = 241+233+132=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E984 is #0E167B. Grayscale: #E0E0E0. Windows color (decimal): -923260 or 8710641. OLE color: 8710641.

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

Color convert

RGB241233132-
CMYK00.030.450.05
HSL55.6º79.56%73.14%-
HSV(B)55.6º45.23%94.51%-
XYZ69.5878.6433.34-
YUV223.8876.15140.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 233 (91.41% from 255) = 38.45%
BLUE value IS 132 (51.95% from 255) = 21.78%
R=39.77%
G=38.45%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123313200.030.450.0555.679.5673.14
HexF1E984032D5385049
Octal3613512040355570120111
Binary11110001111010011000010001110110110111100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E984; }

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

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

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

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

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

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

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

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