#f0fd16

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

Shades of Yellow #F0FD16

Tints of Yellow #F0FD16

Color information

#F0FD16 (or 0xF0FD16) is unknown color: approx Yellow. HEX triplet: F0, FD and 16. RGB value is (240,253,22). Sum of RGB (Red+Green+Blue) = 240+253+22=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 22 (8.98% from 255 or 4.27% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FD16 is #0F02E9. Grayscale: #DFDFDF. Windows color (decimal): -983786 or 1506800. OLE color: 1506800.

HSL color Cylindrical-coordinate representation of color #F0FD16: hue angle of 63.38º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0FD16 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB24025322-
CMYK0.0500.910.01
HSL63.38º98.3%53.92%-
HSV(B)63.38º91.3%99.22%-
XYZ71.2188.8314.15-
YUV222.7814.69140.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 253 (99.22% from 255) = 49.13%
BLUE value IS 22 (8.98% from 255) = 4.27%
R=46.60%
G=49.13%
B=4.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240253220.0500.910.0163.3898.353.92
HexF0FD16505B13f6236
Octal360375265013317714266
Binary1111000011111101101101010101101111111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0fd16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0fd16; }

 p { color: rgb(240,253,22); }

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

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

 a { background-color: rgb(240,253,22); }

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

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

 span { border-color: rgb(240,253,22); }

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