Html Css Color HEX #FCCF86 Cherokee

📋 copy color: '#FCCF86'

red 252 ◦ green 207 ◦ blue 134

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

Shades of Cherokee #FCCF86

Tints of Cherokee #FCCF86

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.91%

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

R = 42.5%
G = 34.91%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCCF86 (or 0xFCCF86) is known color: Cherokee. HEX triplet: FC, CF and 86. RGB value is (252,207,134). Sum of RGB (Red+Green+Blue) = 252+207+134=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF86 is #033079. Grayscale: #D4D4D4. Windows color (decimal): -209018 or 8835068. OLE color: 8835068.

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

Color convert

RGB 252 207 134 -
CMYK 0 0.18 0.47 0.01
HSL 37.12º 0.95% 0.76% -
HSV(B) 37.12º 0.47% 0.99% -
XYZ 66.76 67.04 31.98 -
YUV 212.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 252 207 134 0 0.18 0.47 0.01 37.12 0.95 0.76
Hex FC CF 86 0 12 2F 1 25 5F 4C
Octal 374 317 206 0 22 57 1 45 137 114
Binary 11111100 11001111 10000110 0 10010 101111 1 100101 1011111 1001100

Color Harmonies of #FCCF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF86

Black with #FCCF86

Text Example


Text Example

White with #FCCF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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