#F2C222

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

Shades of Moon Yellow #F2C222

Tints of Moon Yellow #F2C222

Color information

#F2C222 (or 0xF2C222) is unknown color: approx Moon Yellow. HEX triplet: F2, C2 and 22. RGB value is (242,194,34). Sum of RGB (Red+Green+Blue) = 242+194+34=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C222 is #0D3DDD. Grayscale: #BEBEBE. Windows color (decimal): -867806 or 2278130. OLE color: 2278130.

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

Color convert

RGB24219434-
CMYK00.200.860.05
HSL46.15º88.89%54.12%-
HSV(B)46.15º85.95%94.9%-
XYZ56.257.589.66-
YUV190.1139.9165.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.49%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 34 (13.67% from 255) = 7.23%
R=51.49%
G=41.28%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421943400.200.860.0546.1588.8954.12
HexF2C2220145652e5936
Octal3623024202412655613166
Binary111100101100001010001001010010101101011011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C222; }

 p { color: rgb(242,194,34); }

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

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

 a { background-color: rgb(242,194,34); }

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

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

 span { border-color: rgb(242,194,34); }

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