#FEFA05

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

Shades of Yellow #FEFA05

Tints of Yellow #FEFA05

Color information

#FEFA05 (or 0xFEFA05) is unknown color: approx Yellow. HEX triplet: FE, FA and 05. RGB value is (254,250,5). Sum of RGB (Red+Green+Blue) = 254+250+5=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 5 (2.34% from 255 or 0.98% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA05 is #0105FA. Grayscale: #E0E0E0. Windows color (decimal): -67067 or 391934. OLE color: 391934.

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

Color convert

RGB2542505-
CMYK00.020.980.00
HSL59.04º99.2%50.78%-
HSV(B)59.04º98.03%99.61%-
XYZ75.0989.4513.45-
YUV223.274.83149.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 250 (98.05% from 255) = 49.12%
BLUE value IS 5 (2.34% from 255) = 0.98%
R=49.90%
G=49.12%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254250500.020.980.0059.0499.250.78
HexFEFA5026203b6333
Octal37637250214207314363
Binary1111111011111010101010110001001110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA05; }

 p { color: rgb(254,250,5); }

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

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

 a { background-color: rgb(254,250,5); }

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

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

 span { border-color: rgb(254,250,5); }

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