Html Css Color HEX #FCCD70 Grandis

📋 copy color: '#FCCD70'

red 252 ◦ green 205 ◦ blue 112

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

Shades of Grandis #FCCD70

Tints of Grandis #FCCD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

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

R = 44.29%
G = 36.03%
B = 19.68%

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

#FCCD70 (or 0xFCCD70) is known color: Grandis. HEX triplet: FC, CD and 70. RGB value is (252,205,112). Sum of RGB (Red+Green+Blue) = 252+205+112=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD70 is #03328F. Grayscale: #D0D0D0. Windows color (decimal): -209552 or 7392764. OLE color: 7392764.

HSL color Cylindrical-coordinate representation of color #FCCD70: 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.56%. Process color model (Four color, CMYK) of #FCCD70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 112 -
CMYK 0 0.19 0.56 0.01
HSL 39.86º 0.96% 0.71% -
HSV(B) 39.86º 0.56% 0.99% -
XYZ 64.9 65.53 24.56 -
YUV 208.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 252 205 112 0 0.19 0.56 0.01 39.86 0.96 0.71
Hex FC CD 70 0 13 38 1 28 60 47
Octal 374 315 160 0 23 70 1 50 140 107
Binary 11111100 11001101 1110000 0 10011 111000 1 101000 1100000 1000111

Color Harmonies of #FCCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD70

Black with #FCCD70

Text Example


Text Example

White with #FCCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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