Html Css Color HEX #FCCC6F Grandis

📋 copy color: '#FCCC6F'

red 252 ◦ green 204 ◦ blue 111

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

Shades of Grandis #FCCC6F

Tints of Grandis #FCCC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.58%

R = 44.44%
G = 35.98%
B = 19.58%

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

#FCCC6F (or 0xFCCC6F) is known color: Grandis. HEX triplet: FC, CC and 6F. RGB value is (252,204,111). Sum of RGB (Red+Green+Blue) = 252+204+111=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6F is #033390. Grayscale: #D0D0D0. Windows color (decimal): -209809 or 7326972. OLE color: 7326972.

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

Color convert

RGB 252 204 111 -
CMYK 0 0.19 0.56 0.01
HSL 39.57º 0.96% 0.71% -
HSV(B) 39.57º 0.56% 0.99% -
XYZ 64.61 65.03 24.19 -
YUV 207.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 252 204 111 0 0.19 0.56 0.01 39.57 0.96 0.71
Hex FC CC 6F 0 13 38 1 28 60 47
Octal 374 314 157 0 23 70 1 50 140 107
Binary 11111100 11001100 1101111 0 10011 111000 1 101000 1100000 1000111

Color Harmonies of #FCCC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC6F

Black with #FCCC6F

Text Example


Text Example

White with #FCCC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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