#F1E983

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

Shades of Texas #F1E983

Tints of Texas #F1E983

Color information

#F1E983 (or 0xF1E983) is unknown color: approx Texas. HEX triplet: F1, E9 and 83. RGB value is (241,233,131). Sum of RGB (Red+Green+Blue) = 241+233+131=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E983 is #0E167C. Grayscale: #E0E0E0. Windows color (decimal): -923261 or 8645105. OLE color: 8645105.

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

Color convert

RGB241233131-
CMYK00.030.460.05
HSL55.64º79.71%72.94%-
HSV(B)55.64º45.64%94.51%-
XYZ69.5178.6232.98-
YUV223.7675.65140.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 233 (91.41% from 255) = 38.51%
BLUE value IS 131 (51.56% from 255) = 21.65%
R=39.83%
G=38.51%
B=21.65%

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
Decimal24123313100.030.460.0555.6479.7172.94
HexF1E983032E5385049
Octal3613512030356570120111
Binary11110001111010011000001101110111010111100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E983; }

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

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

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

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

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

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

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

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