Html Css Color HEX #FAD547 Energy Yellow

📋 copy color: '#FAD547'

red 250 ◦ green 213 ◦ blue 71

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

Shades of Energy Yellow #FAD547

Tints of Energy Yellow #FAD547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.3%

R = 46.82%
G = 39.89%
B = 13.3%

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

#FAD547 (or 0xFAD547) is known color: Energy Yellow. HEX triplet: FA, D5 and 47. RGB value is (250,213,71). Sum of RGB (Red+Green+Blue) = 250+213+71=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD547 is #052AB8. Grayscale: #D0D0D0. Windows color (decimal): -338617 or 4707834. OLE color: 4707834.

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

Color convert

RGB 250 213 71 -
CMYK 0 0.15 0.72 0.02
HSL 47.6º 0.95% 0.63% -
HSV(B) 47.6º 0.72% 0.98% -
XYZ 64.36 68.37 15.77 -
YUV 207.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 250 213 71 0 0.15 0.72 0.02 47.6 0.95 0.63
Hex FA D5 47 0 F 48 2 30 5F 3F
Octal 372 325 107 0 17 110 2 60 137 77
Binary 11111010 11010101 1000111 0 1111 1001000 10 110000 1011111 111111

Color Harmonies of #FAD547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD547

Black with #FAD547

Text Example


Text Example

White with #FAD547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD547; }

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

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

background-color css

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

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

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

border-color css

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

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

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