Html Css Color HEX #FADD52 Energy Yellow

📋 copy color: '#FADD52'

red 250 ◦ green 221 ◦ blue 82

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

Shades of Energy Yellow #FADD52

Tints of Energy Yellow #FADD52

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

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

 BLUE value IS 82 (32.42% from 255) = 14.83%

R = 45.21%
G = 39.96%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FADD52 (or 0xFADD52) is known color: Energy Yellow. HEX triplet: FA, DD and 52. RGB value is (250,221,82). Sum of RGB (Red+Green+Blue) = 250+221+82=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD52 is #0522AD. Grayscale: #D6D6D6. Windows color (decimal): -336558 or 5430778. OLE color: 5430778.

HSL color Cylindrical-coordinate representation of color #FADD52: hue angle of 49.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FADD52 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 82 -
CMYK 0 0.12 0.67 0.02
HSL 49.64º 0.94% 0.65% -
HSV(B) 49.64º 0.67% 0.98% -
XYZ 66.8 72.65 18.48 -
YUV 213.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 250 221 82 0 0.12 0.67 0.02 49.64 0.94 0.65
Hex FA DD 52 0 C 43 2 32 5E 41
Octal 372 335 122 0 14 103 2 62 136 101
Binary 11111010 11011101 1010010 0 1100 1000011 10 110010 1011110 1000001

Color Harmonies of #FADD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD52

Black with #FADD52

Text Example


Text Example

White with #FADD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD52; }

 p { color: rgb(250,221,82); }

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

background-color css

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

 a { background-color: rgb(250,221,82); }

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

border-color css

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

 span { border-color: rgb(250,221,82); }

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