Html Css Color HEX #FCD545 Energy Yellow

📋 copy color: '#FCD545'

red 252 ◦ green 213 ◦ blue 69

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

Shades of Energy Yellow #FCD545

Tints of Energy Yellow #FCD545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.92%

R = 47.19%
G = 39.89%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCD545 (or 0xFCD545) is known color: Energy Yellow. HEX triplet: FC, D5 and 45. RGB value is (252,213,69). Sum of RGB (Red+Green+Blue) = 252+213+69=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD545 is #032ABA. Grayscale: #D0D0D0. Windows color (decimal): -207547 or 4576764. OLE color: 4576764.

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

Color convert

RGB 252 213 69 -
CMYK 0 0.15 0.73 0.01
HSL 47.21º 0.97% 0.63% -
HSV(B) 47.21º 0.73% 0.99% -
XYZ 65.01 68.71 15.47 -
YUV 208.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 252 213 69 0 0.15 0.73 0.01 47.21 0.97 0.63
Hex FC D5 45 0 F 49 1 2F 61 3F
Octal 374 325 105 0 17 111 1 57 141 77
Binary 11111100 11010101 1000101 0 1111 1001001 1 101111 1100001 111111

Color Harmonies of #FCD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD545

Black with #FCD545

Text Example


Text Example

White with #FCD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD545; }

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

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

background-color css

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

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

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

border-color css

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

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

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