#F1E57D

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

Shades of Texas #F1E57D

Tints of Texas #F1E57D

Color information

#F1E57D (or 0xF1E57D) is unknown color: approx Texas. HEX triplet: F1, E5 and 7D. RGB value is (241,229,125). Sum of RGB (Red+Green+Blue) = 241+229+125=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E57D is #0E1A82. Grayscale: #DDDDDD. Windows color (decimal): -924291 or 8250865. OLE color: 8250865.

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

Color convert

RGB241229125-
CMYK00.050.480.05
HSL53.79º80.56%71.76%-
HSV(B)53.79º48.13%94.51%-
XYZ6876.2230.53-
YUV220.7373.98142.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 229 (89.84% from 255) = 38.49%
BLUE value IS 125 (49.22% from 255) = 21.01%
R=40.50%
G=38.49%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122912500.050.480.0553.7980.5671.76
HexF1E57D05305365148
Octal3613451750560566121110
Binary11110001111001011111101010111000010111011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E57D; }

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

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

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

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

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

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

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

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