Html Css Color HEX #FCD072 Grandis

📋 copy color: '#FCD072'

red 252 ◦ green 208 ◦ blue 114

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

Shades of Grandis #FCD072

Tints of Grandis #FCD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.24%

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

R = 43.9%
G = 36.24%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD072 (or 0xFCD072) is known color: Grandis. HEX triplet: FC, D0 and 72. RGB value is (252,208,114). Sum of RGB (Red+Green+Blue) = 252+208+114=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD072 is #032F8D. Grayscale: #D2D2D2. Windows color (decimal): -208782 or 7524604. OLE color: 7524604.

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

Color convert

RGB 252 208 114 -
CMYK 0 0.17 0.55 0.01
HSL 40.87º 0.96% 0.72% -
HSV(B) 40.87º 0.55% 0.99% -
XYZ 65.74 67.02 25.39 -
YUV 210.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 252 208 114 0 0.17 0.55 0.01 40.87 0.96 0.72
Hex FC D0 72 0 11 37 1 29 60 48
Octal 374 320 162 0 21 67 1 51 140 110
Binary 11111100 11010000 1110010 0 10001 110111 1 101001 1100000 1001000

Color Harmonies of #FCD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD072

Black with #FCD072

Text Example


Text Example

White with #FCD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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