#FEF499

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

Shades of Pale Prim #FEF499

Tints of Pale Prim #FEF499

Color information

#FEF499 (or 0xFEF499) is unknown color: approx Pale Prim. HEX triplet: FE, F4 and 99. RGB value is (254,244,153). Sum of RGB (Red+Green+Blue) = 254+244+153=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 153 (60.16% from 255 or 23.50% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF499 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF499 is #010B66. Grayscale: #ECECEC. Windows color (decimal): -68455 or 10089726. OLE color: 10089726.

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

Color convert

RGB254244153-
CMYK00.040.400.00
HSL54.06º98.06%79.8%-
HSV(B)54.06º39.76%99.61%-
XYZ78.9788.0742.97-
YUV236.6280.81140.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 244 (95.70% from 255) = 37.48%
BLUE value IS 153 (60.16% from 255) = 23.50%
R=39.02%
G=37.48%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424415300.040.400.0054.0698.0679.8
HexFEF49904280366250
Octal3763642310450066142120
Binary1111111011110100100110010100101000011011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF499; }

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

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

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

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

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

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

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

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