Html Css Color HEX #FCD950 Energy Yellow

📋 copy color: '#FCD950'

red 252 ◦ green 217 ◦ blue 80

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

Shades of Energy Yellow #FCD950

Tints of Energy Yellow #FCD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.53%

 BLUE value IS 80 (31.64% from 255) = 14.57%

R = 45.9%
G = 39.53%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCD950 (or 0xFCD950) is known color: Energy Yellow. HEX triplet: FC, D9 and 50. RGB value is (252,217,80). Sum of RGB (Red+Green+Blue) = 252+217+80=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD950 is #0326AF. Grayscale: #D4D4D4. Windows color (decimal): -206512 or 5298684. OLE color: 5298684.

HSL color Cylindrical-coordinate representation of color #FCD950: hue angle of 47.79º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCD950 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 80 -
CMYK 0 0.14 0.68 0.01
HSL 47.79º 0.97% 0.65% -
HSV(B) 47.79º 0.68% 0.99% -
XYZ 66.41 70.9 17.77 -
YUV 211.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 252 217 80 0 0.14 0.68 0.01 47.79 0.97 0.65
Hex FC D9 50 0 E 44 1 30 61 41
Octal 374 331 120 0 16 104 1 60 141 101
Binary 11111100 11011001 1010000 0 1110 1000100 1 110000 1100001 1000001

Color Harmonies of #FCD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD950

Black with #FCD950

Text Example


Text Example

White with #FCD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD950; }

 p { color: rgb(252,217,80); }

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

background-color css

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

 a { background-color: rgb(252,217,80); }

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

border-color css

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

 span { border-color: rgb(252,217,80); }

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