Html Css Color HEX #FAD949 Energy Yellow

📋 copy color: '#FAD949'

red 250 ◦ green 217 ◦ blue 73

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

Shades of Energy Yellow #FAD949

Tints of Energy Yellow #FAD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.19%

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

R = 46.3%
G = 40.19%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAD949 (or 0xFAD949) is known color: Energy Yellow. HEX triplet: FA, D9 and 49. RGB value is (250,217,73). Sum of RGB (Red+Green+Blue) = 250+217+73=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 73 (28.91% from 255 or 13.52% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD949 is #0526B6. Grayscale: #D3D3D3. Windows color (decimal): -337591 or 4839930. OLE color: 4839930.

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

Color convert

RGB 250 217 73 -
CMYK 0 0.13 0.71 0.02
HSL 48.81º 0.95% 0.63% -
HSV(B) 48.81º 0.71% 0.98% -
XYZ 65.44 70.43 16.45 -
YUV 210.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 250 217 73 0 0.13 0.71 0.02 48.81 0.95 0.63
Hex FA D9 49 0 D 47 2 31 5F 3F
Octal 372 331 111 0 15 107 2 61 137 77
Binary 11111010 11011001 1001001 0 1101 1000111 10 110001 1011111 111111

Color Harmonies of #FAD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD949

Black with #FAD949

Text Example


Text Example

White with #FAD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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