#FAC318

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

Shades of Moon Yellow #FAC318

Tints of Moon Yellow #FAC318

Color information

#FAC318 (or 0xFAC318) is unknown color: approx Moon Yellow. HEX triplet: FA, C3 and 18. RGB value is (250,195,24). Sum of RGB (Red+Green+Blue) = 250+195+24=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC318 is #053CE7. Grayscale: #C0C0C0. Windows color (decimal): -343272 or 1623034. OLE color: 1623034.

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

Color convert

RGB25019524-
CMYK00.220.900.02
HSL45.4º95.76%53.73%-
HSV(B)45.4º90.4%98.04%-
XYZ59.159.429.22-
YUV191.9533.22169.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 24 (9.77% from 255) = 5.12%
R=53.30%
G=41.58%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501952400.220.900.0245.495.7653.73
HexFAC3180165A22d6036
Octal3723033002613225514066
Binary1111101011000011110000101101011010101011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC318; }

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

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

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

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

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

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

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

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