Html Css Color HEX #FCCC70 Grandis

📋 copy color: '#FCCC70'

red 252 ◦ green 204 ◦ blue 112

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

Shades of Grandis #FCCC70

Tints of Grandis #FCCC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 44.37%
G = 35.92%
B = 19.72%

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

#FCCC70 (or 0xFCCC70) is known color: Grandis. HEX triplet: FC, CC and 70. RGB value is (252,204,112). Sum of RGB (Red+Green+Blue) = 252+204+112=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC70 is #03338F. Grayscale: #D0D0D0. Windows color (decimal): -209808 or 7392508. OLE color: 7392508.

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

Color convert

RGB 252 204 112 -
CMYK 0 0.19 0.56 0.01
HSL 39.43º 0.96% 0.71% -
HSV(B) 39.43º 0.56% 0.99% -
XYZ 64.66 65.05 24.48 -
YUV 207.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 252 204 112 0 0.19 0.56 0.01 39.43 0.96 0.71
Hex FC CC 70 0 13 38 1 27 60 47
Octal 374 314 160 0 23 70 1 47 140 107
Binary 11111100 11001100 1110000 0 10011 111000 1 100111 1100000 1000111

Color Harmonies of #FCCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC70

Black with #FCCC70

Text Example


Text Example

White with #FCCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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