#F2C812

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

Shades of Moon Yellow #F2C812

Tints of Moon Yellow #F2C812

Color information

#F2C812 (or 0xF2C812) is unknown color: approx Moon Yellow. HEX triplet: F2, C8 and 12. RGB value is (242,200,18). Sum of RGB (Red+Green+Blue) = 242+200+18=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C812 is #0D37ED. Grayscale: #C0C0C0. Windows color (decimal): -866286 or 1231090. OLE color: 1231090.

HSL color Cylindrical-coordinate representation of color #F2C812: hue angle of 48.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2C812 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB24220018-
CMYK00.170.930.05
HSL48.75º89.6%50.98%-
HSV(B)48.75º92.56%94.9%-
XYZ57.3860.239.17-
YUV191.8129.91163.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 18 (7.42% from 255) = 3.91%
R=52.61%
G=43.48%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422001800.170.930.0548.7589.650.98
HexF2C8120115D5315a33
Octal3623102202113556113263
Binary11110010110010001001001000110111011011100011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C812; }

 p { color: rgb(242,200,18); }

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

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

 a { background-color: rgb(242,200,18); }

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

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

 span { border-color: rgb(242,200,18); }

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