Html Css Color HEX #FADA45 Energy Yellow

📋 copy color: '#FADA45'

red 250 ◦ green 218 ◦ blue 69

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

Shades of Energy Yellow #FADA45

Tints of Energy Yellow #FADA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.85%

R = 46.55%
G = 40.6%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FADA45 (or 0xFADA45) is known color: Energy Yellow. HEX triplet: FA, DA and 45. RGB value is (250,218,69). Sum of RGB (Red+Green+Blue) = 250+218+69=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 69 (27.34% from 255 or 12.85% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA45 is #0525BA. Grayscale: #D3D3D3. Windows color (decimal): -337339 or 4578042. OLE color: 4578042.

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

Color convert

RGB 250 218 69 -
CMYK 0 0.13 0.72 0.02
HSL 49.39º 0.95% 0.63% -
HSV(B) 49.39º 0.72% 0.98% -
XYZ 65.57 70.9 15.86 -
YUV 210.58 48.1 156.12 -
System Red Green Blue C M Y K H S L
Decimal 250 218 69 0 0.13 0.72 0.02 49.39 0.95 0.63
Hex FA DA 45 0 D 48 2 31 5F 3F
Octal 372 332 105 0 15 110 2 61 137 77
Binary 11111010 11011010 1000101 0 1101 1001000 10 110001 1011111 111111

Color Harmonies of #FADA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA45

Black with #FADA45

Text Example


Text Example

White with #FADA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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