Html Css Color HEX #FAD546 Energy Yellow

📋 copy color: '#FAD546'

red 250 ◦ green 213 ◦ blue 70

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

Shades of Energy Yellow #FAD546

Tints of Energy Yellow #FAD546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.96%

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

R = 46.9%
G = 39.96%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAD546 (or 0xFAD546) is known color: Energy Yellow. HEX triplet: FA, D5 and 46. RGB value is (250,213,70). Sum of RGB (Red+Green+Blue) = 250+213+70=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD546 is #052AB9. Grayscale: #D0D0D0. Windows color (decimal): -338618 or 4642298. OLE color: 4642298.

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

Color convert

RGB 250 213 70 -
CMYK 0 0.15 0.72 0.02
HSL 47.67º 0.95% 0.63% -
HSV(B) 47.67º 0.72% 0.98% -
XYZ 64.32 68.35 15.6 -
YUV 207.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 250 213 70 0 0.15 0.72 0.02 47.67 0.95 0.63
Hex FA D5 46 0 F 48 2 30 5F 3F
Octal 372 325 106 0 17 110 2 60 137 77
Binary 11111010 11010101 1000110 0 1111 1001000 10 110000 1011111 111111

Color Harmonies of #FAD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD546

Black with #FAD546

Text Example


Text Example

White with #FAD546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD546; }

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

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

background-color css

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

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

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

border-color css

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

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

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