#F1CD7A

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

Shades of Cherokee #F1CD7A

Tints of Cherokee #F1CD7A

Color information

#F1CD7A (or 0xF1CD7A) is unknown color: approx Cherokee. HEX triplet: F1, CD and 7A. RGB value is (241,205,122). Sum of RGB (Red+Green+Blue) = 241+205+122=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CD7A is #0E3285. Grayscale: #CECECE. Windows color (decimal): -930438 or 8048113. OLE color: 8048113.

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

Color convert

RGB241205122-
CMYK00.150.490.05
HSL41.85º80.95%71.18%-
HSV(B)41.85º49.38%94.51%-
XYZ61.6263.7727.47-
YUV206.380.43152.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 122 (48.05% from 255) = 21.48%
R=42.43%
G=36.09%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120512200.150.490.0541.8580.9571.18
HexF1CD7A0F3152a5147
Octal36131517201761552121107
Binary111100011100110111110100111111000110110101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD7A; }

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

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

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

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

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

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

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

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