Html Css Color HEX #FAE050 Energy Yellow

📋 copy color: '#FAE050'

red 250 ◦ green 224 ◦ blue 80

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

Shades of Energy Yellow #FAE050

Tints of Energy Yellow #FAE050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.43%

 BLUE value IS 80 (31.64% from 255) = 14.44%

R = 45.13%
G = 40.43%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAE050 (or 0xFAE050) is known color: Energy Yellow. HEX triplet: FA, E0 and 50. RGB value is (250,224,80). Sum of RGB (Red+Green+Blue) = 250+224+80=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE050 is #051FAF. Grayscale: #D7D7D7. Windows color (decimal): -335792 or 5300474. OLE color: 5300474.

HSL color Cylindrical-coordinate representation of color #FAE050: hue angle of 50.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAE050 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 80 -
CMYK 0 0.10 0.68 0.02
HSL 50.82º 0.94% 0.65% -
HSV(B) 50.82º 0.68% 0.98% -
XYZ 67.53 74.21 18.36 -
YUV 215.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 250 224 80 0 0.10 0.68 0.02 50.82 0.94 0.65
Hex FA E0 50 0 A 44 2 33 5E 41
Octal 372 340 120 0 12 104 2 63 136 101
Binary 11111010 11100000 1010000 0 1010 1000100 10 110011 1011110 1000001

Color Harmonies of #FAE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE050

Black with #FAE050

Text Example


Text Example

White with #FAE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE050; }

 p { color: rgb(250,224,80); }

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

background-color css

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

 a { background-color: rgb(250,224,80); }

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

border-color css

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

 span { border-color: rgb(250,224,80); }

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