Html Css Color HEX #FCCD7F Cherokee

📋 copy color: '#FCCD7F'

red 252 ◦ green 205 ◦ blue 127

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

Shades of Cherokee #FCCD7F

Tints of Cherokee #FCCD7F

RGB

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

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

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

R = 43.15%
G = 35.1%
B = 21.75%

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

#FCCD7F (or 0xFCCD7F) is known color: Cherokee. HEX triplet: FC, CD and 7F. RGB value is (252,205,127). Sum of RGB (Red+Green+Blue) = 252+205+127=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD7F is #033280. Grayscale: #D2D2D2. Windows color (decimal): -209537 or 8375804. OLE color: 8375804.

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

Color convert

RGB 252 205 127 -
CMYK 0 0.19 0.50 0.01
HSL 37.44º 0.95% 0.74% -
HSV(B) 37.44º 0.5% 0.99% -
XYZ 65.81 65.89 29.33 -
YUV 210.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 252 205 127 0 0.19 0.50 0.01 37.44 0.95 0.74
Hex FC CD 7F 0 13 32 1 25 5F 4A
Octal 374 315 177 0 23 62 1 45 137 112
Binary 11111100 11001101 1111111 0 10011 110010 1 100101 1011111 1001010

Color Harmonies of #FCCD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD7F

Black with #FCCD7F

Text Example


Text Example

White with #FCCD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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