Html Css Color HEX #FAD544 Energy Yellow

📋 copy color: '#FAD544'

red 250 ◦ green 213 ◦ blue 68

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

Shades of Energy Yellow #FAD544

Tints of Energy Yellow #FAD544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.81%

R = 47.08%
G = 40.11%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAD544 (or 0xFAD544) is known color: Energy Yellow. HEX triplet: FA, D5 and 44. RGB value is (250,213,68). Sum of RGB (Red+Green+Blue) = 250+213+68=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD544 is #052ABB. Grayscale: #D0D0D0. Windows color (decimal): -338620 or 4511226. OLE color: 4511226.

HSL color Cylindrical-coordinate representation of color #FAD544: hue angle of 47.8º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAD544 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 68 -
CMYK 0 0.15 0.73 0.02
HSL 47.8º 0.95% 0.62% -
HSV(B) 47.8º 0.73% 0.98% -
XYZ 64.26 68.33 15.27 -
YUV 207.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 250 213 68 0 0.15 0.73 0.02 47.8 0.95 0.62
Hex FA D5 44 0 F 49 2 30 5F 3E
Octal 372 325 104 0 17 111 2 60 137 76
Binary 11111010 11010101 1000100 0 1111 1001001 10 110000 1011111 111110

Color Harmonies of #FAD544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD544

Black with #FAD544

Text Example


Text Example

White with #FAD544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD544; }

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

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

background-color css

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

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

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

border-color css

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

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

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