Html Css Color HEX #FCCC7F Cherokee

📋 copy color: '#FCCC7F'

red 252 ◦ green 204 ◦ blue 127

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

Shades of Cherokee #FCCC7F

Tints of Cherokee #FCCC7F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

 BLUE value IS 127 (50% from 255) = 21.78%

R = 43.22%
G = 34.99%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCCC7F (or 0xFCCC7F) is known color: Cherokee. HEX triplet: FC, CC and 7F. RGB value is (252,204,127). Sum of RGB (Red+Green+Blue) = 252+204+127=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC7F is #033380. Grayscale: #D1D1D1. Windows color (decimal): -209793 or 8375548. OLE color: 8375548.

HSL color Cylindrical-coordinate representation of color #FCCC7F: hue angle of 36.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCCC7F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 127 -
CMYK 0 0.19 0.50 0.01
HSL 36.96º 0.95% 0.74% -
HSV(B) 36.96º 0.5% 0.99% -
XYZ 65.57 65.41 29.25 -
YUV 209.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 252 204 127 0 0.19 0.50 0.01 36.96 0.95 0.74
Hex FC CC 7F 0 13 32 1 25 5F 4A
Octal 374 314 177 0 23 62 1 45 137 112
Binary 11111100 11001100 1111111 0 10011 110010 1 100101 1011111 1001010

Color Harmonies of #FCCC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC7F

Black with #FCCC7F

Text Example


Text Example

White with #FCCC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC7F; }

 p { color: rgb(252,204,127); }

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

background-color css

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

 a { background-color: rgb(252,204,127); }

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

border-color css

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

 span { border-color: rgb(252,204,127); }

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