Html Css Color HEX #FCCC6C Grandis

📋 copy color: '#FCCC6C'

red 252 ◦ green 204 ◦ blue 108

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

Shades of Grandis #FCCC6C

Tints of Grandis #FCCC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.15%

R = 44.68%
G = 36.17%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCCC6C (or 0xFCCC6C) is known color: Grandis. HEX triplet: FC, CC and 6C. RGB value is (252,204,108). Sum of RGB (Red+Green+Blue) = 252+204+108=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6C is #033393. Grayscale: #CFCFCF. Windows color (decimal): -209812 or 7130364. OLE color: 7130364.

HSL color Cylindrical-coordinate representation of color #FCCC6C: hue angle of 40º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCCC6C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 108 -
CMYK 0 0.19 0.57 0.01
HSL 40º 0.96% 0.71% -
HSV(B) 40º 0.57% 0.99% -
XYZ 64.44 64.96 23.33 -
YUV 207.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 252 204 108 0 0.19 0.57 0.01 40 0.96 0.71
Hex FC CC 6C 0 13 39 1 28 60 47
Octal 374 314 154 0 23 71 1 50 140 107
Binary 11111100 11001100 1101100 0 10011 111001 1 101000 1100000 1000111

Color Harmonies of #FCCC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC6C

Black with #FCCC6C

Text Example


Text Example

White with #FCCC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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