#F0C013

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

Shades of Moon Yellow #F0C013

Tints of Moon Yellow #F0C013

Color information

#F0C013 (or 0xF0C013) is unknown color: approx Moon Yellow. HEX triplet: F0, C0 and 13. RGB value is (240,192,19). Sum of RGB (Red+Green+Blue) = 240+192+19=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C013 is #0F3FEC. Grayscale: #BBBBBB. Windows color (decimal): -999405 or 1294576. OLE color: 1294576.

HSL color Cylindrical-coordinate representation of color #F0C013: hue angle of 46.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0C013 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB24019219-
CMYK00.200.920.06
HSL46.97º88.05%50.78%-
HSV(B)46.97º92.08%94.12%-
XYZ54.956.278.58-
YUV186.6333.4166.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 19 (7.81% from 255) = 4.21%
R=53.22%
G=42.57%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401921900.200.920.0646.9788.0550.78
HexF0C0130145C62f5833
Octal3603002302413465713063
Binary11110000110000001001101010010111001101011111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C013; }

 p { color: rgb(240,192,19); }

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

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

 a { background-color: rgb(240,192,19); }

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

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

 span { border-color: rgb(240,192,19); }

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