Html Css Color HEX #FEFF60 Laser Lemon

📋 copy color: '#FEFF60'

red 254 ◦ green 255 ◦ blue 96

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

Shades of Laser Lemon #FEFF60

Tints of Laser Lemon #FEFF60

RGB

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

 GREEN value IS 255 (100% from 255) = 42.15%

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

R = 41.98%
G = 42.15%
B = 15.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FEFF60 (or 0xFEFF60) is known color: Laser Lemon. HEX triplet: FE, FF and 60. RGB value is (254,255,96). Sum of RGB (Red+Green+Blue) = 254+255+96=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 96 (37.89% from 255 or 15.87% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF60 is #01009F. Grayscale: #EDEDED. Windows color (decimal): -65696 or 6356990. OLE color: 6356990.

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

Color convert

RGB 254 255 96 -
CMYK 0.00 0 0.62 0
HSL 60.38º 1% 0.69% -
HSV(B) 60.38º 0.62% 1% -
XYZ 78.74 93.44 24.95 -
YUV 236.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 254 255 96 0.00 0 0.62 0 60.38 1 0.69
Hex FE FF 60 0 0 3E 0 3C 64 45
Octal 376 377 140 0 0 76 0 74 144 105
Binary 11111110 11111111 1100000 0 0 111110 0 111100 1100100 1000101

Color Harmonies of #FEFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF60

Black with #FEFF60

Text Example


Text Example

White with #FEFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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