#F1CD7D

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

Shades of Cherokee #F1CD7D

Tints of Cherokee #F1CD7D

Color information

#F1CD7D (or 0xF1CD7D) is unknown color: approx Cherokee. HEX triplet: F1, CD and 7D. RGB value is (241,205,125). Sum of RGB (Red+Green+Blue) = 241+205+125=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CD7D is #0E3282. Grayscale: #CFCFCF. Windows color (decimal): -930435 or 8244721. OLE color: 8244721.

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

Color convert

RGB241205125-
CMYK00.150.480.05
HSL41.38º80.56%71.76%-
HSV(B)41.38º48.13%94.51%-
XYZ61.8163.8428.47-
YUV206.6481.93152.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 125 (49.22% from 255) = 21.89%
R=42.21%
G=35.90%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120512500.150.480.0541.3880.5671.76
HexF1CD7D0F305295148
Octal36131517501760551121110
Binary111100011100110111111010111111000010110100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD7D; }

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

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

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

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

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

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

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

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