#FEFC61

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

Shades of Laser Lemon #FEFC61

Tints of Laser Lemon #FEFC61

Color information

#FEFC61 (or 0xFEFC61) is unknown color: approx Laser Lemon. HEX triplet: FE, FC and 61. RGB value is (254,252,97). Sum of RGB (Red+Green+Blue) = 254+252+97=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 97 (38.28% from 255 or 16.09% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC61 is #01039E. Grayscale: #EBEBEB. Windows color (decimal): -66463 or 6421758. OLE color: 6421758.

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

Color convert

RGB25425297-
CMYK00.010.620.00
HSL59.24º98.74%68.82%-
HSV(B)59.24º61.81%99.61%-
XYZ77.8491.5524.88-
YUV234.9350.16141.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 97 (38.28% from 255) = 16.09%
R=42.12%
G=41.79%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542529700.010.620.0059.2498.7468.82
HexFEFC61013E03b6345
Octal3763741410176073143105
Binary1111111011111100110000101111110011101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFC61; }

 p { color: rgb(254,252,97); }

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

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

 a { background-color: rgb(254,252,97); }

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

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

 span { border-color: rgb(254,252,97); }

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