Html Css Color HEX #F5C97B Cherokee

📋 copy color: '#F5C97B'

red 245 ◦ green 201 ◦ blue 123

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

Shades of Cherokee #F5C97B

Tints of Cherokee #F5C97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.62%

R = 43.06%
G = 35.33%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5C97B (or 0xF5C97B) is known color: Cherokee. HEX triplet: F5, C9 and 7B. RGB value is (245,201,123). Sum of RGB (Red+Green+Blue) = 245+201+123=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C97B is #0A3684. Grayscale: #CDCDCD. Windows color (decimal): -669317 or 8112629. OLE color: 8112629.

HSL color Cylindrical-coordinate representation of color #F5C97B: hue angle of 38.36º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5C97B is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 201 123 -
CMYK 0 0.18 0.50 0.04
HSL 38.36º 0.86% 0.72% -
HSV(B) 38.36º 0.5% 0.96% -
XYZ 62.12 62.62 27.55 -
YUV 205.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 245 201 123 0 0.18 0.50 0.04 38.36 0.86 0.72
Hex F5 C9 7B 0 12 32 4 26 56 48
Octal 365 311 173 0 22 62 4 46 126 110
Binary 11110101 11001001 1111011 0 10010 110010 100 100110 1010110 1001000

Color Harmonies of #F5C97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C97B

Black with #F5C97B

Text Example


Text Example

White with #F5C97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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