#FEFF00

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

Shades of Yellow #FEFF00

Tints of Yellow #FEFF00

Color information

#FEFF00 (or 0xFEFF00) is unknown color: approx Yellow. HEX triplet: FE, FF and 00. RGB value is (254,255,0). Sum of RGB (Red+Green+Blue) = 254+255+0=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 0 (0.39% from 255 or 0% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFF00 is #0100FF. Grayscale: #E2E2E2. Windows color (decimal): -65792 or 65534. OLE color: 65534.

HSL color Cylindrical-coordinate representation of color #FEFF00: hue angle of 60.24º 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 #FEFF00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2542550-
CMYK0.00010
HSL60.24º100%50%-
HSV(B)60.24º100%100%-
XYZ76.6392.5913.83-
YUV225.630.67148.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.90%
G=50.10%
B=0%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25425500.0001060.2410050
HexFEFF0006403c6432
Octal37637700014407414462
Binary1111111011111111000110010001111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF00; }

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

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

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

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

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

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

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

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