#F1D07A

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

Shades of Cherokee #F1D07A

Tints of Cherokee #F1D07A

Color information

#F1D07A (or 0xF1D07A) is unknown color: approx Cherokee. HEX triplet: F1, D0 and 7A. RGB value is (241,208,122). Sum of RGB (Red+Green+Blue) = 241+208+122=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D07A is #0E2F85. Grayscale: #D0D0D0. Windows color (decimal): -929670 or 8048881. OLE color: 8048881.

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

Color convert

RGB241208122-
CMYK00.140.490.05
HSL43.36º80.95%71.18%-
HSV(B)43.36º49.38%94.51%-
XYZ62.3465.2227.71-
YUV208.0679.43151.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 122 (48.05% from 255) = 21.37%
R=42.21%
G=36.43%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120812200.140.490.0543.3680.9571.18
HexF1D07A0E3152b5147
Octal36132017201661553121107
Binary111100011101000011110100111011000110110101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D07A; }

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

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

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

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

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

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

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

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