Html Css Color HEX #FADD45 Energy Yellow

📋 copy color: '#FADD45'

red 250 ◦ green 221 ◦ blue 69

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

Shades of Energy Yellow #FADD45

Tints of Energy Yellow #FADD45

RGB

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

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

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

R = 46.3%
G = 40.93%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FADD45 (or 0xFADD45) is known color: Energy Yellow. HEX triplet: FA, DD and 45. RGB value is (250,221,69). Sum of RGB (Red+Green+Blue) = 250+221+69=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD45 is #0522BA. Grayscale: #D4D4D4. Windows color (decimal): -336571 or 4578810. OLE color: 4578810.

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

Color convert

RGB 250 221 69 -
CMYK 0 0.12 0.72 0.02
HSL 50.39º 0.95% 0.63% -
HSV(B) 50.39º 0.72% 0.98% -
XYZ 66.35 72.47 16.12 -
YUV 212.34 47.11 154.86 -
System Red Green Blue C M Y K H S L
Decimal 250 221 69 0 0.12 0.72 0.02 50.39 0.95 0.63
Hex FA DD 45 0 C 48 2 32 5F 3F
Octal 372 335 105 0 14 110 2 62 137 77
Binary 11111010 11011101 1000101 0 1100 1001000 10 110010 1011111 111111

Color Harmonies of #FADD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD45

Black with #FADD45

Text Example


Text Example

White with #FADD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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