#FFFE53

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

Shades of Laser Lemon #FFFE53

Tints of Laser Lemon #FFFE53

Color information

#FFFE53 (or 0xFFFE53) is unknown color: approx Laser Lemon. HEX triplet: FF, FE and 53. RGB value is (255,254,83). Sum of RGB (Red+Green+Blue) = 255+254+83=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 83 (32.81% from 255 or 14.02% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE53 is #0001AC. Grayscale: #EBEBEB. Windows color (decimal): -429 or 5504767. OLE color: 5504767.

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

Color convert

RGB25525483-
CMYK00.000.670
HSL59.65º100%66.27%-
HSV(B)59.65º67.45%100%-
XYZ78.2492.7721.97-
YUV234.842.33142.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 83 (32.81% from 255) = 14.02%
R=43.07%
G=42.91%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552548300.000.67059.6510066.27
HexFFFE53004303c6442
Octal37737612300103074144102
Binary11111111111111101010011001000011011110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE53; }

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

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

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

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

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

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

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

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