Html Css Color HEX #FAC516 Moon Yellow

📋 copy color: '#FAC516'

red 250 ◦ green 197 ◦ blue 22

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

Shades of Moon Yellow #FAC516

Tints of Moon Yellow #FAC516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

 BLUE value IS 22 (8.98% from 255) = 4.69%

R = 53.3%
G = 42%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC516 (or 0xFAC516) is known color: Moon Yellow. HEX triplet: FA, C5 and 16. RGB value is (250,197,22). Sum of RGB (Red+Green+Blue) = 250+197+22=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC516 is #053AE9. Grayscale: #C1C1C1. Windows color (decimal): -342762 or 1492474. OLE color: 1492474.

HSL color Cylindrical-coordinate representation of color #FAC516: hue angle of 46.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAC516 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 22 -
CMYK 0 0.21 0.91 0.02
HSL 46.05º 0.96% 0.53% -
HSV(B) 46.05º 0.91% 0.98% -
XYZ 59.54 60.31 9.26 -
YUV 192.9 31.56 168.73 -
System Red Green Blue C M Y K H S L
Decimal 250 197 22 0 0.21 0.91 0.02 46.05 0.96 0.53
Hex FA C5 16 0 15 5B 2 2E 60 35
Octal 372 305 26 0 25 133 2 56 140 65
Binary 11111010 11000101 10110 0 10101 1011011 10 101110 1100000 110101

Color Harmonies of #FAC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC516

Black with #FAC516

Text Example


Text Example

White with #FAC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC516; }

 p { color: rgb(250,197,22); }

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

background-color css

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

 a { background-color: rgb(250,197,22); }

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

border-color css

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

 span { border-color: rgb(250,197,22); }

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