#F9BA1B

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

Shades of Moon Yellow #F9BA1B

Tints of Moon Yellow #F9BA1B

Color information

#F9BA1B (or 0xF9BA1B) is unknown color: approx Moon Yellow. HEX triplet: F9, BA and 1B. RGB value is (249,186,27). Sum of RGB (Red+Green+Blue) = 249+186+27=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA1B is #0645E4. Grayscale: #BBBBBB. Windows color (decimal): -411109 or 1817337. OLE color: 1817337.

HSL color Cylindrical-coordinate representation of color #F9BA1B: hue angle of 42.97º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9BA1B is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB24918627-
CMYK00.250.890.02
HSL42.97º94.87%54.12%-
HSV(B)42.97º89.16%97.65%-
XYZ56.8255.348.72-
YUV186.7137.87172.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 27 (10.94% from 255) = 5.84%
R=53.90%
G=40.26%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491862700.250.890.0242.9794.8754.12
HexF9BA1B0195922b5f36
Octal3712723303113125313766
Binary1111100110111010110110110011011001101010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BA1B; }

 p { color: rgb(249,186,27); }

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

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

 a { background-color: rgb(249,186,27); }

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

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

 span { border-color: rgb(249,186,27); }

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