#F1BA20

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

Shades of Moon Yellow #F1BA20

Tints of Moon Yellow #F1BA20

Color information

#F1BA20 (or 0xF1BA20) is unknown color: approx Moon Yellow. HEX triplet: F1, BA and 20. RGB value is (241,186,32). Sum of RGB (Red+Green+Blue) = 241+186+32=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA20 is #0E45DF. Grayscale: #B9B9B9. Windows color (decimal): -935392 or 2145009. OLE color: 2145009.

HSL color Cylindrical-coordinate representation of color #F1BA20: hue angle of 44.21º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1BA20 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB24118632-
CMYK00.230.870.05
HSL44.21º88.19%53.53%-
HSV(B)44.21º86.72%94.51%-
XYZ54.153.928.92-
YUV184.8941.72168.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.51%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 32 (12.89% from 255) = 6.97%
R=52.51%
G=40.52%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411863200.230.870.0544.2188.1953.53
HexF1BA200175752c5836
Octal3612724002712755413066
Binary111100011011101010000001011110101111011011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA20; }

 p { color: rgb(241,186,32); }

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

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

 a { background-color: rgb(241,186,32); }

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

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

 span { border-color: rgb(241,186,32); }

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