#F1E37D

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

Shades of Texas #F1E37D

Tints of Texas #F1E37D

Color information

#F1E37D (or 0xF1E37D) is unknown color: approx Texas. HEX triplet: F1, E3 and 7D. RGB value is (241,227,125). Sum of RGB (Red+Green+Blue) = 241+227+125=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E37D is #0E1C82. Grayscale: #DBDBDB. Windows color (decimal): -924803 or 8250353. OLE color: 8250353.

HSL color Cylindrical-coordinate representation of color #F1E37D: hue angle of 52.76º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1E37D is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241227125-
CMYK00.060.480.05
HSL52.76º80.56%71.76%-
HSV(B)52.76º48.13%94.51%-
XYZ67.4575.1230.35-
YUV219.5674.64143.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 125 (49.22% from 255) = 21.08%
R=40.64%
G=38.28%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122712500.060.480.0552.7680.5671.76
HexF1E37D06305355148
Octal3613431750660565121110
Binary11110001111000111111101011011000010111010110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E37D; }

 p { color: rgb(241,227,125); }

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

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

 a { background-color: rgb(241,227,125); }

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

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

 span { border-color: rgb(241,227,125); }

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