Html Css Color HEX #FCD949 Energy Yellow

📋 copy color: '#FCD949'

red 252 ◦ green 217 ◦ blue 73

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

Shades of Energy Yellow #FCD949

Tints of Energy Yellow #FCD949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.47%

R = 46.49%
G = 40.04%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD949 (or 0xFCD949) is known color: Energy Yellow. HEX triplet: FC, D9 and 49. RGB value is (252,217,73). Sum of RGB (Red+Green+Blue) = 252+217+73=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD949 is #0326B6. Grayscale: #D3D3D3. Windows color (decimal): -206519 or 4839932. OLE color: 4839932.

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

Color convert

RGB 252 217 73 -
CMYK 0 0.14 0.71 0.01
HSL 48.27º 0.97% 0.64% -
HSV(B) 48.27º 0.71% 0.99% -
XYZ 66.16 70.8 16.48 -
YUV 211.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 252 217 73 0 0.14 0.71 0.01 48.27 0.97 0.64
Hex FC D9 49 0 E 47 1 30 61 40
Octal 374 331 111 0 16 107 1 60 141 100
Binary 11111100 11011001 1001001 0 1110 1000111 1 110000 1100001 1000000

Color Harmonies of #FCD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD949

Black with #FCD949

Text Example


Text Example

White with #FCD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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