#F0BE13

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

Shades of Moon Yellow #F0BE13

Tints of Moon Yellow #F0BE13

Color information

#F0BE13 (or 0xF0BE13) is unknown color: approx Moon Yellow. HEX triplet: F0, BE and 13. RGB value is (240,190,19). Sum of RGB (Red+Green+Blue) = 240+190+19=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BE13 is #0F41EC. Grayscale: #BABABA. Windows color (decimal): -999917 or 1294064. OLE color: 1294064.

HSL color Cylindrical-coordinate representation of color #F0BE13: hue angle of 46.43º 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 #F0BE13 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB24019019-
CMYK00.210.920.06
HSL46.43º88.05%50.78%-
HSV(B)46.43º92.08%94.12%-
XYZ54.4755.48.44-
YUV185.4634.06166.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 19 (7.81% from 255) = 4.23%
R=53.45%
G=42.32%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401901900.210.920.0646.4388.0550.78
HexF0BE130155C62e5833
Octal3602762302513465613063
Binary11110000101111101001101010110111001101011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BE13; }

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

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

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

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

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

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

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

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