Html Css Color HEX #FCCC6D Grandis

📋 copy color: '#FCCC6D'

red 252 ◦ green 204 ◦ blue 109

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

Shades of Grandis #FCCC6D

Tints of Grandis #FCCC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.29%

R = 44.6%
G = 36.11%
B = 19.29%

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

#FCCC6D (or 0xFCCC6D) is known color: Grandis. HEX triplet: FC, CC and 6D. RGB value is (252,204,109). Sum of RGB (Red+Green+Blue) = 252+204+109=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6D is #033392. Grayscale: #CFCFCF. Windows color (decimal): -209811 or 7195900. OLE color: 7195900.

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

Color convert

RGB 252 204 109 -
CMYK 0 0.19 0.57 0.01
HSL 39.86º 0.96% 0.71% -
HSV(B) 39.86º 0.57% 0.99% -
XYZ 64.5 64.99 23.61 -
YUV 207.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 252 204 109 0 0.19 0.57 0.01 39.86 0.96 0.71
Hex FC CC 6D 0 13 39 1 28 60 47
Octal 374 314 155 0 23 71 1 50 140 107
Binary 11111100 11001100 1101101 0 10011 111001 1 101000 1100000 1000111

Color Harmonies of #FCCC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC6D

Black with #FCCC6D

Text Example


Text Example

White with #FCCC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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