#F1ED83

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

Shades of Texas #F1ED83

Tints of Texas #F1ED83

Color information

#F1ED83 (or 0xF1ED83) is unknown color: approx Texas. HEX triplet: F1, ED and 83. RGB value is (241,237,131). Sum of RGB (Red+Green+Blue) = 241+237+131=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED83 is #0E127C. Grayscale: #E2E2E2. Windows color (decimal): -922237 or 8646129. OLE color: 8646129.

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

Color convert

RGB241237131-
CMYK00.020.460.05
HSL57.82º79.71%72.94%-
HSV(B)57.82º45.64%94.51%-
XYZ70.6680.9133.37-
YUV226.1174.33138.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 131 (51.56% from 255) = 21.51%
R=39.57%
G=38.92%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123713100.020.460.0557.8279.7172.94
HexF1ED83022E53a5049
Octal3613552030256572120111
Binary11110001111011011000001101010111010111101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED83; }

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

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

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

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

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

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

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

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