#F0C310

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

Shades of Moon Yellow #F0C310

Tints of Moon Yellow #F0C310

Color information

#F0C310 (or 0xF0C310) is unknown color: approx Moon Yellow. HEX triplet: F0, C3 and 10. RGB value is (240,195,16). Sum of RGB (Red+Green+Blue) = 240+195+16=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C310 is #0F3CEF. Grayscale: #BCBCBC. Windows color (decimal): -998640 or 1098736. OLE color: 1098736.

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

Color convert

RGB24019516-
CMYK00.190.930.06
HSL47.95º88.19%50.2%-
HSV(B)47.95º93.33%94.12%-
XYZ55.5457.598.68-
YUV188.0530.91165.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 16 (6.64% from 255) = 3.55%
R=53.22%
G=43.24%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401951600.190.930.0647.9588.1950.2
HexF0C3100135D6305832
Octal3603032002313566013062
Binary11110000110000111000001001110111011101100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C310; }

 p { color: rgb(240,195,16); }

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

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

 a { background-color: rgb(240,195,16); }

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

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

 span { border-color: rgb(240,195,16); }

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