Html Css Color HEX #FADF47 Energy Yellow

📋 copy color: '#FADF47'

red 250 ◦ green 223 ◦ blue 71

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

Shades of Energy Yellow #FADF47

Tints of Energy Yellow #FADF47

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.99%

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

R = 45.96%
G = 40.99%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FADF47 (or 0xFADF47) is known color: Energy Yellow. HEX triplet: FA, DF and 47. RGB value is (250,223,71). Sum of RGB (Red+Green+Blue) = 250+223+71=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 71 (28.12% from 255 or 13.05% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF47 is #0520B8. Grayscale: #D6D6D6. Windows color (decimal): -336057 or 4710394. OLE color: 4710394.

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

Color convert

RGB 250 223 71 -
CMYK 0 0.11 0.72 0.02
HSL 50.95º 0.95% 0.63% -
HSV(B) 50.95º 0.72% 0.98% -
XYZ 66.95 73.55 16.63 -
YUV 213.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 250 223 71 0 0.11 0.72 0.02 50.95 0.95 0.63
Hex FA DF 47 0 B 48 2 33 5F 3F
Octal 372 337 107 0 13 110 2 63 137 77
Binary 11111010 11011111 1000111 0 1011 1001000 10 110011 1011111 111111

Color Harmonies of #FADF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF47

Black with #FADF47

Text Example


Text Example

White with #FADF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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