Html Css Color HEX #FAD545 Energy Yellow

📋 copy color: '#FAD545'

red 250 ◦ green 213 ◦ blue 69

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

Shades of Energy Yellow #FAD545

Tints of Energy Yellow #FAD545

RGB

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

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

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

R = 46.99%
G = 40.04%
B = 12.97%

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

#FAD545 (or 0xFAD545) is known color: Energy Yellow. HEX triplet: FA, D5 and 45. RGB value is (250,213,69). Sum of RGB (Red+Green+Blue) = 250+213+69=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD545 is #052ABA. Grayscale: #D0D0D0. Windows color (decimal): -338619 or 4576762. OLE color: 4576762.

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

Color convert

RGB 250 213 69 -
CMYK 0 0.15 0.72 0.02
HSL 47.73º 0.95% 0.63% -
HSV(B) 47.73º 0.72% 0.98% -
XYZ 64.29 68.34 15.43 -
YUV 207.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 250 213 69 0 0.15 0.72 0.02 47.73 0.95 0.63
Hex FA D5 45 0 F 48 2 30 5F 3F
Octal 372 325 105 0 17 110 2 60 137 77
Binary 11111010 11010101 1000101 0 1111 1001000 10 110000 1011111 111111

Color Harmonies of #FAD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD545

Black with #FAD545

Text Example


Text Example

White with #FAD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD545; }

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

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

background-color css

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

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

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

border-color css

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

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

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