Html Css Color HEX #FEFF5D Laser Lemon

📋 copy color: '#FEFF5D'

red 254 ◦ green 255 ◦ blue 93

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

Shades of Laser Lemon #FEFF5D

Tints of Laser Lemon #FEFF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.45%

R = 42.19%
G = 42.36%
B = 15.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FEFF5D (or 0xFEFF5D) is known color: Laser Lemon. HEX triplet: FE, FF and 5D. RGB value is (254,255,93). Sum of RGB (Red+Green+Blue) = 254+255+93=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 93 (36.72% from 255 or 15.45% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF5D is #0100A2. Grayscale: #ECECEC. Windows color (decimal): -65699 or 6160382. OLE color: 6160382.

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

Color convert

RGB 254 255 93 -
CMYK 0.00 0 0.64 0
HSL 60.37º 1% 0.68% -
HSV(B) 60.37º 0.64% 1% -
XYZ 78.61 93.38 24.24 -
YUV 236.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 254 255 93 0.00 0 0.64 0 60.37 1 0.68
Hex FE FF 5D 0 0 40 0 3C 64 44
Octal 376 377 135 0 0 100 0 74 144 104
Binary 11111110 11111111 1011101 0 0 1000000 0 111100 1100100 1000100

Color Harmonies of #FEFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF5D

Black with #FEFF5D

Text Example


Text Example

White with #FEFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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