#F8FE01

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

Shades of Yellow #F8FE01

Tints of Yellow #F8FE01

Color information

#F8FE01 (or 0xF8FE01) is unknown color: approx Yellow. HEX triplet: F8, FE and 01. RGB value is (248,254,1). Sum of RGB (Red+Green+Blue) = 248+254+1=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 1 (0.78% from 255 or 0.20% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FE01 is #0701FE. Grayscale: #E0E0E0. Windows color (decimal): -459263 or 130808. OLE color: 130808.

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

Color convert

RGB2482541-
CMYK0.0201.000.00
HSL61.42º99.22%50%-
HSV(B)61.42º99.61%99.61%-
XYZ74.1690.8413.65-
YUV223.362.51145.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.30%
GREEN value IS 254 (99.61% from 255) = 50.50%
BLUE value IS 1 (0.78% from 255) = 0.20%
R=49.30%
G=50.50%
B=0.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal24825410.0201.000.0061.4299.2250
HexF8FE1206403d6332
Octal37037612014407514362
Binary11111000111111101100110010001111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FE01; }

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

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

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

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

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

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

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

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