Html Css Color HEX #FADF49 Energy Yellow

📋 copy color: '#FADF49'

red 250 ◦ green 223 ◦ blue 73

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

Shades of Energy Yellow #FADF49

Tints of Energy Yellow #FADF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.37%

R = 45.79%
G = 40.84%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FADF49 (or 0xFADF49) is known color: Energy Yellow. HEX triplet: FA, DF and 49. RGB value is (250,223,73). Sum of RGB (Red+Green+Blue) = 250+223+73=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 73 (28.91% from 255 or 13.37% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF49 is #0520B6. Grayscale: #D6D6D6. Windows color (decimal): -336055 or 4841466. OLE color: 4841466.

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

Color convert

RGB 250 223 73 -
CMYK 0 0.11 0.71 0.02
HSL 50.85º 0.95% 0.63% -
HSV(B) 50.85º 0.71% 0.98% -
XYZ 67.01 73.58 16.97 -
YUV 213.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 250 223 73 0 0.11 0.71 0.02 50.85 0.95 0.63
Hex FA DF 49 0 B 47 2 33 5F 3F
Octal 372 337 111 0 13 107 2 63 137 77
Binary 11111010 11011111 1001001 0 1011 1000111 10 110011 1011111 111111

Color Harmonies of #FADF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF49

Black with #FADF49

Text Example


Text Example

White with #FADF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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