Html Css Color HEX #FADA46 Energy Yellow

📋 copy color: '#FADA46'

red 250 ◦ green 218 ◦ blue 70

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

Shades of Energy Yellow #FADA46

Tints of Energy Yellow #FADA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.01%

R = 46.47%
G = 40.52%
B = 13.01%

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

#FADA46 (or 0xFADA46) is known color: Energy Yellow. HEX triplet: FA, DA and 46. RGB value is (250,218,70). Sum of RGB (Red+Green+Blue) = 250+218+70=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 70 (27.73% from 255 or 13.01% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA46 is #0525B9. Grayscale: #D3D3D3. Windows color (decimal): -337338 or 4643578. OLE color: 4643578.

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

Color convert

RGB 250 218 70 -
CMYK 0 0.13 0.72 0.02
HSL 49.33º 0.95% 0.63% -
HSV(B) 49.33º 0.72% 0.98% -
XYZ 65.6 70.91 16.02 -
YUV 210.7 48.6 156.03 -
System Red Green Blue C M Y K H S L
Decimal 250 218 70 0 0.13 0.72 0.02 49.33 0.95 0.63
Hex FA DA 46 0 D 48 2 31 5F 3F
Octal 372 332 106 0 15 110 2 61 137 77
Binary 11111010 11011010 1000110 0 1101 1001000 10 110001 1011111 111111

Color Harmonies of #FADA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA46

Black with #FADA46

Text Example


Text Example

White with #FADA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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