Html Css Color HEX #FAC518 Moon Yellow

📋 copy color: '#FAC518'

red 250 ◦ green 197 ◦ blue 24

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

Shades of Moon Yellow #FAC518

Tints of Moon Yellow #FAC518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.1%

R = 53.08%
G = 41.83%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAC518 (or 0xFAC518) is known color: Moon Yellow. HEX triplet: FA, C5 and 18. RGB value is (250,197,24). Sum of RGB (Red+Green+Blue) = 250+197+24=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC518 is #053AE7. Grayscale: #C1C1C1. Windows color (decimal): -342760 or 1623546. OLE color: 1623546.

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

Color convert

RGB 250 197 24 -
CMYK 0 0.21 0.90 0.02
HSL 45.93º 0.96% 0.54% -
HSV(B) 45.93º 0.9% 0.98% -
XYZ 59.56 60.32 9.37 -
YUV 193.13 32.56 168.57 -
System Red Green Blue C M Y K H S L
Decimal 250 197 24 0 0.21 0.90 0.02 45.93 0.96 0.54
Hex FA C5 18 0 15 5A 2 2E 60 36
Octal 372 305 30 0 25 132 2 56 140 66
Binary 11111010 11000101 11000 0 10101 1011010 10 101110 1100000 110110

Color Harmonies of #FAC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC518

Black with #FAC518

Text Example


Text Example

White with #FAC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC518; }

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

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

background-color css

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

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

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

border-color css

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

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

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