Html Css Color HEX #FCD548 Energy Yellow

📋 copy color: '#FCD548'

red 252 ◦ green 213 ◦ blue 72

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

Shades of Energy Yellow #FCD548

Tints of Energy Yellow #FCD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

 BLUE value IS 72 (28.52% from 255) = 13.41%

R = 46.93%
G = 39.66%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD548 (or 0xFCD548) is known color: Energy Yellow. HEX triplet: FC, D5 and 48. RGB value is (252,213,72). Sum of RGB (Red+Green+Blue) = 252+213+72=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD548 is #032AB7. Grayscale: #D1D1D1. Windows color (decimal): -207544 or 4773372. OLE color: 4773372.

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

Color convert

RGB 252 213 72 -
CMYK 0 0.15 0.71 0.01
HSL 47º 0.97% 0.64% -
HSV(B) 47º 0.71% 0.99% -
XYZ 65.11 68.75 15.97 -
YUV 208.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 252 213 72 0 0.15 0.71 0.01 47 0.97 0.64
Hex FC D5 48 0 F 47 1 2F 61 40
Octal 374 325 110 0 17 107 1 57 141 100
Binary 11111100 11010101 1001000 0 1111 1000111 1 101111 1100001 1000000

Color Harmonies of #FCD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD548

Black with #FCD548

Text Example


Text Example

White with #FCD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD548; }

 p { color: rgb(252,213,72); }

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

background-color css

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

 a { background-color: rgb(252,213,72); }

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

border-color css

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

 span { border-color: rgb(252,213,72); }

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