Html Css Color HEX #FCD274 Grandis

📋 copy color: '#FCD274'

red 252 ◦ green 210 ◦ blue 116

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

Shades of Grandis #FCD274

Tints of Grandis #FCD274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.33%

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

R = 43.6%
G = 36.33%
B = 20.07%

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

#FCD274 (or 0xFCD274) is known color: Grandis. HEX triplet: FC, D2 and 74. RGB value is (252,210,116). Sum of RGB (Red+Green+Blue) = 252+210+116=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD274 is #032D8B. Grayscale: #D4D4D4. Windows color (decimal): -208268 or 7656188. OLE color: 7656188.

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

Color convert

RGB 252 210 116 -
CMYK 0 0.17 0.54 0.01
HSL 41.47º 0.96% 0.72% -
HSV(B) 41.47º 0.54% 0.99% -
XYZ 66.34 68.05 26.16 -
YUV 211.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 252 210 116 0 0.17 0.54 0.01 41.47 0.96 0.72
Hex FC D2 74 0 11 36 1 29 60 48
Octal 374 322 164 0 21 66 1 51 140 110
Binary 11111100 11010010 1110100 0 10001 110110 1 101001 1100000 1001000

Color Harmonies of #FCD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD274

Black with #FCD274

Text Example


Text Example

White with #FCD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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