Html Css Color HEX #FCDD45 Energy Yellow

📋 copy color: '#FCDD45'

red 252 ◦ green 221 ◦ blue 69

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

Shades of Energy Yellow #FCDD45

Tints of Energy Yellow #FCDD45

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

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

R = 46.49%
G = 40.77%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCDD45 (or 0xFCDD45) is known color: Energy Yellow. HEX triplet: FC, DD and 45. RGB value is (252,221,69). Sum of RGB (Red+Green+Blue) = 252+221+69=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 69 (27.34% from 255 or 12.73% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD45 is #0322BA. Grayscale: #D5D5D5. Windows color (decimal): -205499 or 4578812. OLE color: 4578812.

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

Color convert

RGB 252 221 69 -
CMYK 0 0.12 0.73 0.01
HSL 49.84º 0.97% 0.63% -
HSV(B) 49.84º 0.73% 0.99% -
XYZ 67.08 72.84 16.15 -
YUV 212.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 252 221 69 0 0.12 0.73 0.01 49.84 0.97 0.63
Hex FC DD 45 0 C 49 1 32 61 3F
Octal 374 335 105 0 14 111 1 62 141 77
Binary 11111100 11011101 1000101 0 1100 1001001 1 110010 1100001 111111

Color Harmonies of #FCDD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD45

Black with #FCDD45

Text Example


Text Example

White with #FCDD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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