Html Css Color HEX #FAD550 Energy Yellow

📋 copy color: '#FAD550'

red 250 ◦ green 213 ◦ blue 80

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

Shades of Energy Yellow #FAD550

Tints of Energy Yellow #FAD550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.73%

R = 46.04%
G = 39.23%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAD550 (or 0xFAD550) is known color: Energy Yellow. HEX triplet: FA, D5 and 50. RGB value is (250,213,80). Sum of RGB (Red+Green+Blue) = 250+213+80=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD550 is #052AAF. Grayscale: #D1D1D1. Windows color (decimal): -338608 or 5297658. OLE color: 5297658.

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

Color convert

RGB 250 213 80 -
CMYK 0 0.15 0.68 0.02
HSL 46.94º 0.94% 0.65% -
HSV(B) 46.94º 0.68% 0.98% -
XYZ 64.67 68.49 17.4 -
YUV 208.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 250 213 80 0 0.15 0.68 0.02 46.94 0.94 0.65
Hex FA D5 50 0 F 44 2 2F 5E 41
Octal 372 325 120 0 17 104 2 57 136 101
Binary 11111010 11010101 1010000 0 1111 1000100 10 101111 1011110 1000001

Color Harmonies of #FAD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD550

Black with #FAD550

Text Example


Text Example

White with #FAD550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD550; }

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

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

background-color css

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

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

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

border-color css

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

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

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