#F6BB14

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

Shades of Moon Yellow #F6BB14

Tints of Moon Yellow #F6BB14

Color information

#F6BB14 (or 0xF6BB14) is unknown color: approx Moon Yellow. HEX triplet: F6, BB and 14. RGB value is (246,187,20). Sum of RGB (Red+Green+Blue) = 246+187+20=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BB14 is #0944EB. Grayscale: #BABABA. Windows color (decimal): -607468 or 1358838. OLE color: 1358838.

HSL color Cylindrical-coordinate representation of color #F6BB14: hue angle of 44.34º degrees, saturation: 0.93, 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 #F6BB14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB24618720-
CMYK00.240.920.04
HSL44.34º92.62%52.16%-
HSV(B)44.34º91.87%96.47%-
XYZ55.955.188.37-
YUV185.634.55171.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.30%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 20 (8.20% from 255) = 4.42%
R=54.30%
G=41.28%
B=4.42%

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
Decimal2461872000.240.920.0444.3492.6252.16
HexF6BB140185C42c5d34
Octal3662732403013445413564
Binary11110110101110111010001100010111001001011001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BB14; }

 p { color: rgb(246,187,20); }

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

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

 a { background-color: rgb(246,187,20); }

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

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

 span { border-color: rgb(246,187,20); }

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