#F8F501

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

Shades of Yellow #F8F501

Tints of Yellow #F8F501

Color information

#F8F501 (or 0xF8F501) is unknown color: approx Yellow. HEX triplet: F8, F5 and 01. RGB value is (248,245,1). Sum of RGB (Red+Green+Blue) = 248+245+1=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 1 (0.78% from 255 or 0.20% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F501 is #070AFE. Grayscale: #DBDBDB. Windows color (decimal): -461567 or 128504. OLE color: 128504.

HSL color Cylindrical-coordinate representation of color #F8F501: hue angle of 59.27º 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 #F8F501 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2482451-
CMYK00.011.000.03
HSL59.27º99.2%48.82%-
HSV(B)59.27º99.6%97.25%-
XYZ71.3785.2612.72-
YUV218.085.49149.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.20%
GREEN value IS 245 (96.09% from 255) = 49.60%
BLUE value IS 1 (0.78% from 255) = 0.20%
R=50.20%
G=49.60%
B=0.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248245100.011.000.0359.2799.248.82
HexF8F51016433b6331
Octal37036510114437314361
Binary11111000111101011011100100111110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F501; }

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

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

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

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

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

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

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

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