#F2C11F

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

Shades of Moon Yellow #F2C11F

Tints of Moon Yellow #F2C11F

Color information

#F2C11F (or 0xF2C11F) is unknown color: approx Moon Yellow. HEX triplet: F2, C1 and 1F. RGB value is (242,193,31). Sum of RGB (Red+Green+Blue) = 242+193+31=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C11F is #0D3EE0. Grayscale: #BDBDBD. Windows color (decimal): -868065 or 2081266. OLE color: 2081266.

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

Color convert

RGB24219331-
CMYK00.200.870.05
HSL46.07º89.03%53.53%-
HSV(B)46.07º87.19%94.9%-
XYZ55.9457.129.37-
YUV189.1838.73165.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.93%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 31 (12.5% from 255) = 6.65%
R=51.93%
G=41.42%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421933100.200.870.0546.0789.0353.53
HexF2C11F0145752e5936
Octal3623013702412755613166
Binary11110010110000011111101010010101111011011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C11F; }

 p { color: rgb(242,193,31); }

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

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

 a { background-color: rgb(242,193,31); }

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

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

 span { border-color: rgb(242,193,31); }

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