#F1C520

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

Shades of Moon Yellow #F1C520

Tints of Moon Yellow #F1C520

Color information

#F1C520 (or 0xF1C520) is unknown color: approx Moon Yellow. HEX triplet: F1, C5 and 20. RGB value is (241,197,32). Sum of RGB (Red+Green+Blue) = 241+197+32=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C520 is #0E3ADF. Grayscale: #C0C0C0. Windows color (decimal): -932576 or 2147825. OLE color: 2147825.

HSL color Cylindrical-coordinate representation of color #F1C520: hue angle of 47.37º 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 #F1C520 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB24119732-
CMYK00.180.870.05
HSL47.37º88.19%53.53%-
HSV(B)47.37º86.72%94.51%-
XYZ56.558.749.73-
YUV191.3538.08163.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.28%
GREEN value IS 197 (77.34% from 255) = 41.91%
BLUE value IS 32 (12.89% from 255) = 6.81%
R=51.28%
G=41.91%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411973200.180.870.0547.3788.1953.53
HexF1C5200125752f5836
Octal3613054002212755713066
Binary111100011100010110000001001010101111011011111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C520; }

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

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

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

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

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

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

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

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