#F1E875

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

Shades of Texas #F1E875

Tints of Texas #F1E875

Color information

#F1E875 (or 0xF1E875) is unknown color: approx Texas. HEX triplet: F1, E8 and 75. RGB value is (241,232,117). Sum of RGB (Red+Green+Blue) = 241+232+117=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E875 is #0E178A. Grayscale: #DEDEDE. Windows color (decimal): -923531 or 7727345. OLE color: 7727345.

HSL color Cylindrical-coordinate representation of color #F1E875: hue angle of 55.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1E875 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241232117-
CMYK00.040.510.05
HSL55.65º81.58%70.2%-
HSV(B)55.65º51.45%94.51%-
XYZ68.3477.728.22-
YUV221.5868.98141.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=40.85%
G=39.32%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123211700.040.510.0555.6581.5870.2
HexF1E87504335385246
Octal3613501650463570122106
Binary11110001111010001110101010011001110111100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E875; }

 p { color: rgb(241,232,117); }

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

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

 a { background-color: rgb(241,232,117); }

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

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

 span { border-color: rgb(241,232,117); }

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