#F2CB16

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

Shades of Moon Yellow #F2CB16

Tints of Moon Yellow #F2CB16

Color information

#F2CB16 (or 0xF2CB16) is unknown color: approx Moon Yellow. HEX triplet: F2, CB and 16. RGB value is (242,203,22). Sum of RGB (Red+Green+Blue) = 242+203+22=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CB16 is #0D34E9. Grayscale: #C2C2C2. Windows color (decimal): -865514 or 1494002. OLE color: 1494002.

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

Color convert

RGB24220322-
CMYK00.160.910.05
HSL49.36º89.43%51.76%-
HSV(B)49.36º90.91%94.9%-
XYZ58.1261.659.59-
YUV194.0330.92162.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.82%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 22 (8.98% from 255) = 4.71%
R=51.82%
G=43.47%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422032200.160.910.0549.3689.4351.76
HexF2CB160105B5315934
Octal3623132602013356113164
Binary11110010110010111011001000010110111011100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CB16; }

 p { color: rgb(242,203,22); }

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

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

 a { background-color: rgb(242,203,22); }

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

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

 span { border-color: rgb(242,203,22); }

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