Html Css Color HEX #FCCD72 Grandis

📋 copy color: '#FCCD72'

red 252 ◦ green 205 ◦ blue 114

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

Shades of Grandis #FCCD72

Tints of Grandis #FCCD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.96%

R = 44.13%
G = 35.9%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCCD72 (or 0xFCCD72) is known color: Grandis. HEX triplet: FC, CD and 72. RGB value is (252,205,114). Sum of RGB (Red+Green+Blue) = 252+205+114=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD72 is #03328D. Grayscale: #D1D1D1. Windows color (decimal): -209550 or 7523836. OLE color: 7523836.

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

Color convert

RGB 252 205 114 -
CMYK 0 0.19 0.55 0.01
HSL 39.57º 0.96% 0.72% -
HSV(B) 39.57º 0.55% 0.99% -
XYZ 65.01 65.57 25.15 -
YUV 208.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 252 205 114 0 0.19 0.55 0.01 39.57 0.96 0.72
Hex FC CD 72 0 13 37 1 28 60 48
Octal 374 315 162 0 23 67 1 50 140 110
Binary 11111100 11001101 1110010 0 10011 110111 1 101000 1100000 1001000

Color Harmonies of #FCCD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD72

Black with #FCCD72

Text Example


Text Example

White with #FCCD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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