Html Css Color HEX #FADD47 Energy Yellow

📋 copy color: '#FADD47'

red 250 ◦ green 221 ◦ blue 71

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

Shades of Energy Yellow #FADD47

Tints of Energy Yellow #FADD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.1%

R = 46.13%
G = 40.77%
B = 13.1%

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

#FADD47 (or 0xFADD47) is known color: Energy Yellow. HEX triplet: FA, DD and 47. RGB value is (250,221,71). Sum of RGB (Red+Green+Blue) = 250+221+71=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 71 (28.12% from 255 or 13.10% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD47 is #0522B8. Grayscale: #D5D5D5. Windows color (decimal): -336569 or 4709882. OLE color: 4709882.

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

Color convert

RGB 250 221 71 -
CMYK 0 0.12 0.72 0.02
HSL 50.28º 0.95% 0.63% -
HSV(B) 50.28º 0.72% 0.98% -
XYZ 66.42 72.49 16.45 -
YUV 212.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 250 221 71 0 0.12 0.72 0.02 50.28 0.95 0.63
Hex FA DD 47 0 C 48 2 32 5F 3F
Octal 372 335 107 0 14 110 2 62 137 77
Binary 11111010 11011101 1000111 0 1100 1001000 10 110010 1011111 111111

Color Harmonies of #FADD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD47

Black with #FADD47

Text Example


Text Example

White with #FADD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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