Html Css Color HEX #FADB54 Energy Yellow

📋 copy color: '#FADB54'

red 250 ◦ green 219 ◦ blue 84

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

Shades of Energy Yellow #FADB54

Tints of Energy Yellow #FADB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.19%

R = 45.21%
G = 39.6%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FADB54 (or 0xFADB54) is known color: Energy Yellow. HEX triplet: FA, DB and 54. RGB value is (250,219,84). Sum of RGB (Red+Green+Blue) = 250+219+84=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB54 is #0524AB. Grayscale: #D5D5D5. Windows color (decimal): -337068 or 5561338. OLE color: 5561338.

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

Color convert

RGB 250 219 84 -
CMYK 0 0.12 0.66 0.02
HSL 48.8º 0.94% 0.65% -
HSV(B) 48.8º 0.66% 0.98% -
XYZ 66.36 71.63 18.72 -
YUV 212.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 250 219 84 0 0.12 0.66 0.02 48.8 0.94 0.65
Hex FA DB 54 0 C 42 2 31 5E 41
Octal 372 333 124 0 14 102 2 61 136 101
Binary 11111010 11011011 1010100 0 1100 1000010 10 110001 1011110 1000001

Color Harmonies of #FADB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB54

Black with #FADB54

Text Example


Text Example

White with #FADB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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