#F1EE83

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

Shades of Texas #F1EE83

Tints of Texas #F1EE83

Color information

#F1EE83 (or 0xF1EE83) is unknown color: approx Texas. HEX triplet: F1, EE and 83. RGB value is (241,238,131). Sum of RGB (Red+Green+Blue) = 241+238+131=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 131 (51.56% from 255 or 21.48% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE83 is #0E117C. Grayscale: #E3E3E3. Windows color (decimal): -921981 or 8646385. OLE color: 8646385.

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

Color convert

RGB241238131-
CMYK00.010.460.05
HSL58.36º79.71%72.94%-
HSV(B)58.36º45.64%94.51%-
XYZ70.9581.4933.46-
YUV226.773.99138.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 131 (51.56% from 255) = 21.48%
R=39.51%
G=39.02%
B=21.48%

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
Decimal24123813100.010.460.0558.3679.7172.94
HexF1EE83012E53a5049
Octal3613562030156572120111
Binary1111000111101110100000110110111010111101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE83; }

 p { color: rgb(241,238,131); }

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

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

 a { background-color: rgb(241,238,131); }

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

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

 span { border-color: rgb(241,238,131); }

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