Html Css Color HEX #FEFC60 Laser Lemon

📋 copy color: '#FEFC60'

red 254 ◦ green 252 ◦ blue 96

#FEFC60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #FEFC60

Tints of Laser Lemon #FEFC60

RGB

 RED value IS 254 (99.61% from 255) = 42.19%

 GREEN value IS 252 (98.83% from 255) = 41.86%

 BLUE value IS 96 (37.89% from 255) = 15.95%

R = 42.19%
G = 41.86%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEFC60 (or 0xFEFC60) is known color: Laser Lemon. HEX triplet: FE, FC and 60. RGB value is (254,252,96). Sum of RGB (Red+Green+Blue) = 254+252+96=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 96 (37.89% from 255 or 15.95% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC60 is #01039F. Grayscale: #EBEBEB. Windows color (decimal): -66464 or 6356222. OLE color: 6356222.

HSL color Cylindrical-coordinate representation of color #FEFC60: 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 #FEFC60 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 252 96 -
CMYK 0 0.01 0.62 0.00
HSL 59.24º 0.99% 0.69% -
HSV(B) 59.24º 0.62% 1% -
XYZ 77.79 91.54 24.63 -
YUV 234.81 49.66 141.68 -
System Red Green Blue C M Y K H S L
Decimal 254 252 96 0 0.01 0.62 0.00 59.24 0.99 0.69
Hex FE FC 60 0 1 3E 0 3B 63 45
Octal 376 374 140 0 1 76 0 73 143 105
Binary 11111110 11111100 1100000 0 1 111110 0 111011 1100011 1000101

Color Harmonies of #FEFC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC60

Black with #FEFC60

Text Example


Text Example

White with #FEFC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC60; }

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

 H1.HeaderClassName
 {
   color: #FEFC60;
 }
 .AnyTagClassName
 {
   color: #FEFC60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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