#F1EA7E

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

Shades of Texas #F1EA7E

Tints of Texas #F1EA7E

Color information

#F1EA7E (or 0xF1EA7E) is unknown color: approx Texas. HEX triplet: F1, EA and 7E. RGB value is (241,234,126). Sum of RGB (Red+Green+Blue) = 241+234+126=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA7E is #0E1581. Grayscale: #E0E0E0. Windows color (decimal): -923010 or 8317681. OLE color: 8317681.

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

Color convert

RGB241234126-
CMYK00.030.480.05
HSL56.35º80.42%71.96%-
HSV(B)56.35º47.72%94.51%-
XYZ69.4679.0531.34-
YUV223.7872.82140.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 126 (49.61% from 255) = 20.97%
R=40.10%
G=38.94%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123412600.030.480.0556.3580.4271.96
HexF1EA7E03305385048
Octal3613521760360570120110
Binary1111000111101010111111001111000010111100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA7E; }

 p { color: rgb(241,234,126); }

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

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

 a { background-color: rgb(241,234,126); }

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

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

 span { border-color: rgb(241,234,126); }

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