#F3CA16

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

Shades of Moon Yellow #F3CA16

Tints of Moon Yellow #F3CA16

Color information

#F3CA16 (or 0xF3CA16) is unknown color: approx Moon Yellow. HEX triplet: F3, CA and 16. RGB value is (243,202,22). Sum of RGB (Red+Green+Blue) = 243+202+22=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CA16 is #0C35E9. Grayscale: #C2C2C2. Windows color (decimal): -800234 or 1493747. OLE color: 1493747.

HSL color Cylindrical-coordinate representation of color #F3CA16: hue angle of 48.87º degrees, saturation: 0.9, 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 #F3CA16 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24320222-
CMYK00.170.910.05
HSL48.87º90.2%51.96%-
HSV(B)48.87º90.95%95.29%-
XYZ58.2361.359.53-
YUV193.7431.08163.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.03%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 22 (8.98% from 255) = 4.71%
R=52.03%
G=43.25%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432022200.170.910.0548.8790.251.96
HexF3CA160115B5315a34
Octal3633122602113356113264
Binary11110011110010101011001000110110111011100011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CA16; }

 p { color: rgb(243,202,22); }

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

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

 a { background-color: rgb(243,202,22); }

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

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

 span { border-color: rgb(243,202,22); }

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