Html Css Color HEX #FADD48 Energy Yellow

📋 copy color: '#FADD48'

red 250 ◦ green 221 ◦ blue 72

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

Shades of Energy Yellow #FADD48

Tints of Energy Yellow #FADD48

RGB

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

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

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

R = 46.04%
G = 40.7%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FADD48 (or 0xFADD48) is known color: Energy Yellow. HEX triplet: FA, DD and 48. RGB value is (250,221,72). Sum of RGB (Red+Green+Blue) = 250+221+72=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD48 is #0522B7. Grayscale: #D5D5D5. Windows color (decimal): -336568 or 4775418. OLE color: 4775418.

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

Color convert

RGB 250 221 72 -
CMYK 0 0.12 0.71 0.02
HSL 50.22º 0.95% 0.63% -
HSV(B) 50.22º 0.71% 0.98% -
XYZ 66.45 72.5 16.62 -
YUV 212.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 250 221 72 0 0.12 0.71 0.02 50.22 0.95 0.63
Hex FA DD 48 0 C 47 2 32 5F 3F
Octal 372 335 110 0 14 107 2 62 137 77
Binary 11111010 11011101 1001000 0 1100 1000111 10 110010 1011111 111111

Color Harmonies of #FADD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD48

Black with #FADD48

Text Example


Text Example

White with #FADD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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