#FEF400

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

Shades of Yellow #FEF400

Tints of Yellow #FEF400

Color information

#FEF400 (or 0xFEF400) is unknown color: approx Yellow. HEX triplet: FE, F4 and 00. RGB value is (254,244,0). Sum of RGB (Red+Green+Blue) = 254+244+0=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 0 (0.39% from 255 or 0% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF400 is #010BFF. Grayscale: #DCDCDC. Windows color (decimal): -68608 or 62718. OLE color: 62718.

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

Color convert

RGB2542440-
CMYK00.0410.00
HSL57.64º100%49.8%-
HSV(B)57.64º100%99.61%-
XYZ73.2285.7712.7-
YUV219.174.31152.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.00%
G=49.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254244000.0410.0057.6410049.8
HexFEF40046403a6432
Octal37636400414407214462
Binary111111101111010000100110010001110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF400; }

 p { color: rgb(254,244,0); }

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

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

 a { background-color: rgb(254,244,0); }

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

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

 span { border-color: rgb(254,244,0); }

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