Html Css Color HEX #F5C886 Cherokee

📋 copy color: '#F5C886'

red 245 ◦ green 200 ◦ blue 134

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

Shades of Cherokee #F5C886

Tints of Cherokee #F5C886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 134 (52.73% from 255) = 23.14%

R = 42.31%
G = 34.54%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5C886 (or 0xF5C886) is known color: Cherokee. HEX triplet: F5, C8 and 86. RGB value is (245,200,134). Sum of RGB (Red+Green+Blue) = 245+200+134=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C886 is #0A3779. Grayscale: #CECECE. Windows color (decimal): -669562 or 8833269. OLE color: 8833269.

HSL color Cylindrical-coordinate representation of color #F5C886: hue angle of 35.68º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5C886 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 134 -
CMYK 0 0.18 0.45 0.04
HSL 35.68º 0.85% 0.74% -
HSV(B) 35.68º 0.45% 0.96% -
XYZ 62.61 62.44 31.31 -
YUV 205.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 245 200 134 0 0.18 0.45 0.04 35.68 0.85 0.74
Hex F5 C8 86 0 12 2D 4 24 55 4A
Octal 365 310 206 0 22 55 4 44 125 112
Binary 11110101 11001000 10000110 0 10010 101101 100 100100 1010101 1001010

Color Harmonies of #F5C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C886

Black with #F5C886

Text Example


Text Example

White with #F5C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C886; }

 p { color: rgb(245,200,134); }

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

background-color css

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

 a { background-color: rgb(245,200,134); }

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

border-color css

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

 span { border-color: rgb(245,200,134); }

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