Html Css Color HEX #FADA4E Energy Yellow

📋 copy color: '#FADA4E'

red 250 ◦ green 218 ◦ blue 78

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

Shades of Energy Yellow #FADA4E

Tints of Energy Yellow #FADA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.93%

 BLUE value IS 78 (30.86% from 255) = 14.29%

R = 45.79%
G = 39.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FADA4E (or 0xFADA4E) is known color: Energy Yellow. HEX triplet: FA, DA and 4E. RGB value is (250,218,78). Sum of RGB (Red+Green+Blue) = 250+218+78=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA4E is #0525B1. Grayscale: #D4D4D4. Windows color (decimal): -337330 or 5167866. OLE color: 5167866.

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

Color convert

RGB 250 218 78 -
CMYK 0 0.13 0.69 0.02
HSL 48.84º 0.95% 0.64% -
HSV(B) 48.84º 0.69% 0.98% -
XYZ 65.87 71.02 17.44 -
YUV 211.61 52.6 155.38 -
System Red Green Blue C M Y K H S L
Decimal 250 218 78 0 0.13 0.69 0.02 48.84 0.95 0.64
Hex FA DA 4E 0 D 45 2 31 5F 40
Octal 372 332 116 0 15 105 2 61 137 100
Binary 11111010 11011010 1001110 0 1101 1000101 10 110001 1011111 1000000

Color Harmonies of #FADA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA4E

Black with #FADA4E

Text Example


Text Example

White with #FADA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA4E; }

 p { color: rgb(250,218,78); }

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

background-color css

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

 a { background-color: rgb(250,218,78); }

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

border-color css

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

 span { border-color: rgb(250,218,78); }

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