Html Css Color HEX #FCCF82 Cherokee

📋 copy color: '#FCCF82'

red 252 ◦ green 207 ◦ blue 130

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

Shades of Cherokee #FCCF82

Tints of Cherokee #FCCF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.07%

R = 42.78%
G = 35.14%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCCF82 (or 0xFCCF82) is known color: Cherokee. HEX triplet: FC, CF and 82. RGB value is (252,207,130). Sum of RGB (Red+Green+Blue) = 252+207+130=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF82 is #03307D. Grayscale: #D4D4D4. Windows color (decimal): -209022 or 8572924. OLE color: 8572924.

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

Color convert

RGB 252 207 130 -
CMYK 0 0.18 0.48 0.01
HSL 37.87º 0.95% 0.75% -
HSV(B) 37.87º 0.48% 0.99% -
XYZ 66.49 66.93 30.53 -
YUV 211.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 252 207 130 0 0.18 0.48 0.01 37.87 0.95 0.75
Hex FC CF 82 0 12 30 1 26 5F 4B
Octal 374 317 202 0 22 60 1 46 137 113
Binary 11111100 11001111 10000010 0 10010 110000 1 100110 1011111 1001011

Color Harmonies of #FCCF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF82

Black with #FCCF82

Text Example


Text Example

White with #FCCF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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