Html Css Color HEX #FCDC45 Energy Yellow

📋 copy color: '#FCDC45'

red 252 ◦ green 220 ◦ blue 69

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

Shades of Energy Yellow #FCDC45

Tints of Energy Yellow #FCDC45

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

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

R = 46.58%
G = 40.67%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCDC45 (or 0xFCDC45) is known color: Energy Yellow. HEX triplet: FC, DC and 45. RGB value is (252,220,69). Sum of RGB (Red+Green+Blue) = 252+220+69=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 69 (27.34% from 255 or 12.75% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC45 is #0323BA. Grayscale: #D4D4D4. Windows color (decimal): -205755 or 4578556. OLE color: 4578556.

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

Color convert

RGB 252 220 69 -
CMYK 0 0.13 0.73 0.01
HSL 49.51º 0.97% 0.63% -
HSV(B) 49.51º 0.73% 0.99% -
XYZ 66.81 72.31 16.07 -
YUV 212.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 252 220 69 0 0.13 0.73 0.01 49.51 0.97 0.63
Hex FC DC 45 0 D 49 1 32 61 3F
Octal 374 334 105 0 15 111 1 62 141 77
Binary 11111100 11011100 1000101 0 1101 1001001 1 110010 1100001 111111

Color Harmonies of #FCDC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC45

Black with #FCDC45

Text Example


Text Example

White with #FCDC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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