#F5CB7F

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

Shades of Cherokee #F5CB7F

Tints of Cherokee #F5CB7F

Color information

#F5CB7F (or 0xF5CB7F) is unknown color: approx Cherokee. HEX triplet: F5, CB and 7F. RGB value is (245,203,127). Sum of RGB (Red+Green+Blue) = 245+203+127=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB7F is #0A3480. Grayscale: #CFCFCF. Windows color (decimal): -668801 or 8375285. OLE color: 8375285.

HSL color Cylindrical-coordinate representation of color #F5CB7F: hue angle of 38.64º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5CB7F is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245203127-
CMYK00.170.480.04
HSL38.64º85.51%72.94%-
HSV(B)38.64º48.16%96.08%-
XYZ62.8463.6629.05-
YUV206.8982.91155.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 127 (50% from 255) = 22.09%
R=42.61%
G=35.30%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520312700.170.480.0438.6485.5172.94
HexF5CB7F011304275649
Octal36531317702160447126111
Binary1111010111001011111111101000111000010010011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CB7F; }

 p { color: rgb(245,203,127); }

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

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

 a { background-color: rgb(245,203,127); }

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

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

 span { border-color: rgb(245,203,127); }

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