#F5C27F

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

Shades of Cherokee #F5C27F

Tints of Cherokee #F5C27F

Color information

#F5C27F (or 0xF5C27F) is unknown color: approx Cherokee. HEX triplet: F5, C2 and 7F. RGB value is (245,194,127). Sum of RGB (Red+Green+Blue) = 245+194+127=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C27F is #0A3D80. Grayscale: #C9C9C9. Windows color (decimal): -671105 or 8372981. OLE color: 8372981.

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

Color convert

RGB245194127-
CMYK00.210.480.04
HSL34.07º85.51%72.94%-
HSV(B)34.07º48.16%96.08%-
XYZ60.7859.5328.37-
YUV201.6185.9158.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 127 (50% from 255) = 22.44%
R=43.29%
G=34.28%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519412700.210.480.0434.0785.5172.94
HexF5C27F015304225649
Octal36530217702560442126111
Binary1111010111000010111111101010111000010010001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C27F; }

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

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

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

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

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

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

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

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