Html Css Color HEX #FADA52 Energy Yellow

📋 copy color: '#FADA52'

red 250 ◦ green 218 ◦ blue 82

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

Shades of Energy Yellow #FADA52

Tints of Energy Yellow #FADA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.91%

R = 45.45%
G = 39.64%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FADA52 (or 0xFADA52) is known color: Energy Yellow. HEX triplet: FA, DA and 52. RGB value is (250,218,82). Sum of RGB (Red+Green+Blue) = 250+218+82=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA52 is #0525AD. Grayscale: #D4D4D4. Windows color (decimal): -337326 or 5430010. OLE color: 5430010.

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

Color convert

RGB 250 218 82 -
CMYK 0 0.13 0.67 0.02
HSL 48.57º 0.94% 0.65% -
HSV(B) 48.57º 0.67% 0.98% -
XYZ 66.02 71.08 18.22 -
YUV 212.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 250 218 82 0 0.13 0.67 0.02 48.57 0.94 0.65
Hex FA DA 52 0 D 43 2 31 5E 41
Octal 372 332 122 0 15 103 2 61 136 101
Binary 11111010 11011010 1010010 0 1101 1000011 10 110001 1011110 1000001

Color Harmonies of #FADA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA52

Black with #FADA52

Text Example


Text Example

White with #FADA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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