#F1E97A

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

Shades of Texas #F1E97A

Tints of Texas #F1E97A

Color information

#F1E97A (or 0xF1E97A) is unknown color: approx Texas. HEX triplet: F1, E9 and 7A. RGB value is (241,233,122). Sum of RGB (Red+Green+Blue) = 241+233+122=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E97A is #0E1685. Grayscale: #DFDFDF. Windows color (decimal): -923270 or 8055281. OLE color: 8055281.

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

Color convert

RGB241233122-
CMYK00.030.490.05
HSL55.97º80.95%71.18%-
HSV(B)55.97º49.38%94.51%-
XYZ68.9378.3829.91-
YUV222.7471.15141.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 233 (91.41% from 255) = 39.09%
BLUE value IS 122 (48.05% from 255) = 20.47%
R=40.44%
G=39.09%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123312200.030.490.0555.9780.9571.18
HexF1E97A03315385147
Octal3613511720361570121107
Binary1111000111101001111101001111000110111100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E97A; }

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

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

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

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

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

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

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

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