#F8F801

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

Shades of Yellow #F8F801

Tints of Yellow #F8F801

Color information

#F8F801 (or 0xF8F801) is unknown color: approx Yellow. HEX triplet: F8, F8 and 01. RGB value is (248,248,1). Sum of RGB (Red+Green+Blue) = 248+248+1=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 1 (0.78% from 255 or 0.20% from 497); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F801 is #0707FE. Grayscale: #DCDCDC. Windows color (decimal): -460799 or 129272. OLE color: 129272.

HSL color Cylindrical-coordinate representation of color #F8F801: hue angle of 60º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8F801 is Cyan = 0, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2482481-
CMYK001.000.03
HSL60º99.2%48.82%-
HSV(B)60º99.6%97.25%-
XYZ72.2887.0913.03-
YUV219.844.5148.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 248 (97.27% from 255) = 49.90%
BLUE value IS 1 (0.78% from 255) = 0.20%
R=49.90%
G=49.90%
B=0.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482481001.000.036099.248.82
HexF8F81006433c6331
Octal37037010014437414361
Binary11111000111110001001100100111111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F801; }

 p { color: rgb(248,248,1); }

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

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

 a { background-color: rgb(248,248,1); }

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

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

 span { border-color: rgb(248,248,1); }

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