Html Css Color HEX #F5C97F Cherokee

📋 copy color: '#F5C97F'

red 245 ◦ green 201 ◦ blue 127

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

Shades of Cherokee #F5C97F

Tints of Cherokee #F5C97F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.08%

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

R = 42.76%
G = 35.08%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5C97F (or 0xF5C97F) is known color: Cherokee. HEX triplet: F5, C9 and 7F. RGB value is (245,201,127). Sum of RGB (Red+Green+Blue) = 245+201+127=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C97F is #0A3680. Grayscale: #CECECE. Windows color (decimal): -669313 or 8374773. OLE color: 8374773.

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

Color convert

RGB 245 201 127 -
CMYK 0 0.18 0.48 0.04
HSL 37.63º 0.86% 0.73% -
HSV(B) 37.63º 0.48% 0.96% -
XYZ 62.37 62.72 28.9 -
YUV 205.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 245 201 127 0 0.18 0.48 0.04 37.63 0.86 0.73
Hex F5 C9 7F 0 12 30 4 26 56 49
Octal 365 311 177 0 22 60 4 46 126 111
Binary 11110101 11001001 1111111 0 10010 110000 100 100110 1010110 1001001

Color Harmonies of #F5C97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C97F

Black with #F5C97F

Text Example


Text Example

White with #F5C97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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