#FEFA5A

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

Shades of Laser Lemon #FEFA5A

Tints of Laser Lemon #FEFA5A

Color information

#FEFA5A (or 0xFEFA5A) is unknown color: approx Laser Lemon. HEX triplet: FE, FA and 5A. RGB value is (254,250,90). Sum of RGB (Red+Green+Blue) = 254+250+90=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 90 (35.55% from 255 or 15.15% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA5A is #0105A5. Grayscale: #E9E9E9. Windows color (decimal): -66982 or 5962494. OLE color: 5962494.

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

Color convert

RGB25425090-
CMYK00.020.650.00
HSL58.54º98.8%67.45%-
HSV(B)58.54º64.57%99.61%-
XYZ76.990.1823.03-
YUV232.9647.33143.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 90 (35.55% from 255) = 15.15%
R=42.76%
G=42.09%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542509000.020.650.0058.5498.867.45
HexFEFA5A024103b6343
Octal37637213202101073143103
Binary111111101111101010110100101000001011101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA5A; }

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

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

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

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

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

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

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

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