Html Css Color HEX #F5C57F Cherokee

📋 copy color: '#F5C57F'

red 245 ◦ green 197 ◦ blue 127

#F5C57F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #F5C57F

Tints of Cherokee #F5C57F

RGB

 RED value IS 245 (96.09% from 255) = 43.06%

 GREEN value IS 197 (77.34% from 255) = 34.62%

 BLUE value IS 127 (50% from 255) = 22.32%

R = 43.06%
G = 34.62%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5C57F (or 0xF5C57F) is known color: Cherokee. HEX triplet: F5, C5 and 7F. RGB value is (245,197,127). Sum of RGB (Red+Green+Blue) = 245+197+127=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C57F is #0A3A80. Grayscale: #CBCBCB. Windows color (decimal): -670337 or 8373749. OLE color: 8373749.

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

Color convert

RGB 245 197 127 -
CMYK 0 0.20 0.48 0.04
HSL 35.59º 0.86% 0.73% -
HSV(B) 35.59º 0.48% 0.96% -
XYZ 61.45 60.88 28.59 -
YUV 203.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 245 197 127 0 0.20 0.48 0.04 35.59 0.86 0.73
Hex F5 C5 7F 0 14 30 4 24 56 49
Octal 365 305 177 0 24 60 4 44 126 111
Binary 11110101 11000101 1111111 0 10100 110000 100 100100 1010110 1001001

Color Harmonies of #F5C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C57F

Black with #F5C57F

Text Example


Text Example

White with #F5C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C57F; }

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

 H1.HeaderClassName
 {
   color: #F5C57F;
 }
 .AnyTagClassName
 {
   color: #F5C57F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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