Html Css Color HEX #FADB4E Energy Yellow

📋 copy color: '#FADB4E'

red 250 ◦ green 219 ◦ blue 78

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

Shades of Energy Yellow #FADB4E

Tints of Energy Yellow #FADB4E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

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

R = 45.7%
G = 40.04%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FADB4E (or 0xFADB4E) is known color: Energy Yellow. HEX triplet: FA, DB and 4E. RGB value is (250,219,78). Sum of RGB (Red+Green+Blue) = 250+219+78=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB4E is #0524B1. Grayscale: #D4D4D4. Windows color (decimal): -337074 or 5168122. OLE color: 5168122.

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

Color convert

RGB 250 219 78 -
CMYK 0 0.12 0.69 0.02
HSL 49.19º 0.95% 0.64% -
HSV(B) 49.19º 0.69% 0.98% -
XYZ 66.13 71.54 17.53 -
YUV 212.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 250 219 78 0 0.12 0.69 0.02 49.19 0.95 0.64
Hex FA DB 4E 0 C 45 2 31 5F 40
Octal 372 333 116 0 14 105 2 61 137 100
Binary 11111010 11011011 1001110 0 1100 1000101 10 110001 1011111 1000000

Color Harmonies of #FADB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB4E

Black with #FADB4E

Text Example


Text Example

White with #FADB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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