#F4BA13

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

Shades of Moon Yellow #F4BA13

Tints of Moon Yellow #F4BA13

Color information

#F4BA13 (or 0xF4BA13) is unknown color: approx Moon Yellow. HEX triplet: F4, BA and 13. RGB value is (244,186,19). Sum of RGB (Red+Green+Blue) = 244+186+19=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BA13 is #0B45EC. Grayscale: #B9B9B9. Windows color (decimal): -738797 or 1293044. OLE color: 1293044.

HSL color Cylindrical-coordinate representation of color #F4BA13: hue angle of 44.53º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4BA13 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB24418619-
CMYK00.240.920.04
HSL44.53º91.09%51.57%-
HSV(B)44.53º92.21%95.69%-
XYZ54.9854.48.22-
YUV184.334.72170.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.34%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 19 (7.81% from 255) = 4.23%
R=54.34%
G=41.43%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441861900.240.920.0444.5391.0951.57
HexF4BA130185C42d5b34
Octal3642722303013445513364
Binary11110100101110101001101100010111001001011011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BA13; }

 p { color: rgb(244,186,19); }

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

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

 a { background-color: rgb(244,186,19); }

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

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

 span { border-color: rgb(244,186,19); }

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