Html Css Color HEX #FCCC6E Grandis

📋 copy color: '#FCCC6E'

red 252 ◦ green 204 ◦ blue 110

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

Shades of Grandis #FCCC6E

Tints of Grandis #FCCC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.43%

R = 44.52%
G = 36.04%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCCC6E (or 0xFCCC6E) is known color: Grandis. HEX triplet: FC, CC and 6E. RGB value is (252,204,110). Sum of RGB (Red+Green+Blue) = 252+204+110=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6E is #033391. Grayscale: #D0D0D0. Windows color (decimal): -209810 or 7261436. OLE color: 7261436.

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

Color convert

RGB 252 204 110 -
CMYK 0 0.19 0.56 0.01
HSL 39.72º 0.96% 0.71% -
HSV(B) 39.72º 0.56% 0.99% -
XYZ 64.55 65.01 23.9 -
YUV 207.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 252 204 110 0 0.19 0.56 0.01 39.72 0.96 0.71
Hex FC CC 6E 0 13 38 1 28 60 47
Octal 374 314 156 0 23 70 1 50 140 107
Binary 11111100 11001100 1101110 0 10011 111000 1 101000 1100000 1000111

Color Harmonies of #FCCC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC6E

Black with #FCCC6E

Text Example


Text Example

White with #FCCC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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