Html Css Color HEX #FCCD86 Cherokee

📋 copy color: '#FCCD86'

red 252 ◦ green 205 ◦ blue 134

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

Shades of Cherokee #FCCD86

Tints of Cherokee #FCCD86

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 42.64%
G = 34.69%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCCD86 (or 0xFCCD86) is known color: Cherokee. HEX triplet: FC, CD and 86. RGB value is (252,205,134). Sum of RGB (Red+Green+Blue) = 252+205+134=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD86 is #033279. Grayscale: #D3D3D3. Windows color (decimal): -209530 or 8834556. OLE color: 8834556.

HSL color Cylindrical-coordinate representation of color #FCCD86: hue angle of 36.1º 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 #FCCD86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 134 -
CMYK 0 0.19 0.47 0.01
HSL 36.1º 0.95% 0.76% -
HSV(B) 36.1º 0.47% 0.99% -
XYZ 66.28 66.08 31.82 -
YUV 210.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 252 205 134 0 0.19 0.47 0.01 36.1 0.95 0.76
Hex FC CD 86 0 13 2F 1 24 5F 4C
Octal 374 315 206 0 23 57 1 44 137 114
Binary 11111100 11001101 10000110 0 10011 101111 1 100100 1011111 1001100

Color Harmonies of #FCCD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD86

Black with #FCCD86

Text Example


Text Example

White with #FCCD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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