Html Css Color HEX #FCD074 Grandis

📋 copy color: '#FCD074'

red 252 ◦ green 208 ◦ blue 116

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

Shades of Grandis #FCD074

Tints of Grandis #FCD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.14%

R = 43.75%
G = 36.11%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD074 (or 0xFCD074) is known color: Grandis. HEX triplet: FC, D0 and 74. RGB value is (252,208,116). Sum of RGB (Red+Green+Blue) = 252+208+116=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD074 is #032F8B. Grayscale: #D3D3D3. Windows color (decimal): -208780 or 7655676. OLE color: 7655676.

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

Color convert

RGB 252 208 116 -
CMYK 0 0.17 0.54 0.01
HSL 40.59º 0.96% 0.72% -
HSV(B) 40.59º 0.54% 0.99% -
XYZ 65.85 67.07 26 -
YUV 210.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 252 208 116 0 0.17 0.54 0.01 40.59 0.96 0.72
Hex FC D0 74 0 11 36 1 29 60 48
Octal 374 320 164 0 21 66 1 51 140 110
Binary 11111100 11010000 1110100 0 10001 110110 1 101001 1100000 1001000

Color Harmonies of #FCD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD074

Black with #FCD074

Text Example


Text Example

White with #FCD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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