Html Css Color HEX #FADE4D Energy Yellow

📋 copy color: '#FADE4D'

red 250 ◦ green 222 ◦ blue 77

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

Shades of Energy Yellow #FADE4D

Tints of Energy Yellow #FADE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 77 (30.47% from 255) = 14.03%

R = 45.54%
G = 40.44%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FADE4D (or 0xFADE4D) is known color: Energy Yellow. HEX triplet: FA, DE and 4D. RGB value is (250,222,77). Sum of RGB (Red+Green+Blue) = 250+222+77=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE4D is #0521B2. Grayscale: #D6D6D6. Windows color (decimal): -336307 or 5103354. OLE color: 5103354.

HSL color Cylindrical-coordinate representation of color #FADE4D: hue angle of 50.29º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FADE4D is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 77 -
CMYK 0 0.11 0.69 0.02
HSL 50.29º 0.95% 0.64% -
HSV(B) 50.29º 0.69% 0.98% -
XYZ 66.89 73.1 17.61 -
YUV 213.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 250 222 77 0 0.11 0.69 0.02 50.29 0.95 0.64
Hex FA DE 4D 0 B 45 2 32 5F 40
Octal 372 336 115 0 13 105 2 62 137 100
Binary 11111010 11011110 1001101 0 1011 1000101 10 110010 1011111 1000000

Color Harmonies of #FADE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE4D

Black with #FADE4D

Text Example


Text Example

White with #FADE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE4D; }

 p { color: rgb(250,222,77); }

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

background-color css

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

 a { background-color: rgb(250,222,77); }

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

border-color css

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

 span { border-color: rgb(250,222,77); }

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