#F0BF13

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

Shades of Moon Yellow #F0BF13

Tints of Moon Yellow #F0BF13

Color information

#F0BF13 (or 0xF0BF13) is unknown color: approx Moon Yellow. HEX triplet: F0, BF and 13. RGB value is (240,191,19). Sum of RGB (Red+Green+Blue) = 240+191+19=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF13 is #0F40EC. Grayscale: #BABABA. Windows color (decimal): -999661 or 1294320. OLE color: 1294320.

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

Color convert

RGB24019119-
CMYK00.200.920.06
HSL46.7º88.05%50.78%-
HSV(B)46.7º92.08%94.12%-
XYZ54.6855.838.51-
YUV186.0433.73166.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 19 (7.81% from 255) = 4.22%
R=53.33%
G=42.44%
B=4.22%

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
Decimal2401911900.200.920.0646.788.0550.78
HexF0BF130145C62f5833
Octal3602772302413465713063
Binary11110000101111111001101010010111001101011111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF13; }

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

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

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

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

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

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

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

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