Html Css Color HEX #FCC686 Cherokee

📋 copy color: '#FCC686'

red 252 ◦ green 198 ◦ blue 134

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

Shades of Cherokee #FCC686

Tints of Cherokee #FCC686

RGB

 RED value IS 252 (98.83% from 255) = 43.15%

 GREEN value IS 198 (77.73% from 255) = 33.9%

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

R = 43.15%
G = 33.9%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCC686 (or 0xFCC686) is known color: Cherokee. HEX triplet: FC, C6 and 86. RGB value is (252,198,134). Sum of RGB (Red+Green+Blue) = 252+198+134=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC686 is #033979. Grayscale: #CFCFCF. Windows color (decimal): -211322 or 8832764. OLE color: 8832764.

HSL color Cylindrical-coordinate representation of color #FCC686: hue angle of 32.54º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCC686 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 134 -
CMYK 0 0.21 0.47 0.01
HSL 32.54º 0.95% 0.76% -
HSV(B) 32.54º 0.47% 0.99% -
XYZ 64.64 62.8 31.27 -
YUV 206.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 252 198 134 0 0.21 0.47 0.01 32.54 0.95 0.76
Hex FC C6 86 0 15 2F 1 21 5F 4C
Octal 374 306 206 0 25 57 1 41 137 114
Binary 11111100 11000110 10000110 0 10101 101111 1 100001 1011111 1001100

Color Harmonies of #FCC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC686

Black with #FCC686

Text Example


Text Example

White with #FCC686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC686; }

 p { color: rgb(252,198,134); }

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

background-color css

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

 a { background-color: rgb(252,198,134); }

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

border-color css

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

 span { border-color: rgb(252,198,134); }

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