#FAC018

Color #FAC018 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #FAC018

Tints of Moon Yellow #FAC018

Color information

#FAC018 (or 0xFAC018) is unknown color: approx Moon Yellow. HEX triplet: FA, C0 and 18. RGB value is (250,192,24). Sum of RGB (Red+Green+Blue) = 250+192+24=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC018 is #053FE7. Grayscale: #BEBEBE. Windows color (decimal): -344040 or 1622266. OLE color: 1622266.

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

Color convert

RGB25019224-
CMYK00.230.900.02
HSL44.6º95.76%53.73%-
HSV(B)44.6º90.4%98.04%-
XYZ58.4458.099-
YUV190.1934.22170.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.65%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 24 (9.77% from 255) = 5.15%
R=53.65%
G=41.20%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501922400.230.900.0244.695.7653.73
HexFAC0180175A22d6036
Octal3723003002713225514066
Binary1111101011000000110000101111011010101011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC018; }

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

 H1.HeaderClassName
 {
   color: #FAC018;
 }
 .AnyTagClassName
 {
   color: #FAC018;
 }
</style>
background-color css

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

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

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

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

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

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