Html Css Color HEX #FADB46 Energy Yellow

📋 copy color: '#FADB46'

red 250 ◦ green 219 ◦ blue 70

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

Shades of Energy Yellow #FADB46

Tints of Energy Yellow #FADB46

RGB

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

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

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

R = 46.38%
G = 40.63%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FADB46 (or 0xFADB46) is known color: Energy Yellow. HEX triplet: FA, DB and 46. RGB value is (250,219,70). Sum of RGB (Red+Green+Blue) = 250+219+70=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 70 (27.73% from 255 or 12.99% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB46 is #0524B9. Grayscale: #D3D3D3. Windows color (decimal): -337082 or 4643834. OLE color: 4643834.

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

Color convert

RGB 250 219 70 -
CMYK 0 0.12 0.72 0.02
HSL 49.67º 0.95% 0.63% -
HSV(B) 49.67º 0.72% 0.98% -
XYZ 65.86 71.43 16.11 -
YUV 211.28 48.27 155.62 -
System Red Green Blue C M Y K H S L
Decimal 250 219 70 0 0.12 0.72 0.02 49.67 0.95 0.63
Hex FA DB 46 0 C 48 2 32 5F 3F
Octal 372 333 106 0 14 110 2 62 137 77
Binary 11111010 11011011 1000110 0 1100 1001000 10 110010 1011111 111111

Color Harmonies of #FADB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB46

Black with #FADB46

Text Example


Text Example

White with #FADB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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