Html Css Color HEX #FEFF5B Laser Lemon

📋 copy color: '#FEFF5B'

red 254 ◦ green 255 ◦ blue 91

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

Shades of Laser Lemon #FEFF5B

Tints of Laser Lemon #FEFF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.17%

R = 42.33%
G = 42.5%
B = 15.17%

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

#FEFF5B (or 0xFEFF5B) is known color: Laser Lemon. HEX triplet: FE, FF and 5B. RGB value is (254,255,91). Sum of RGB (Red+Green+Blue) = 254+255+91=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 91 (35.94% from 255 or 15.17% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF5B is #0100A4. Grayscale: #ECECEC. Windows color (decimal): -65701 or 6029310. OLE color: 6029310.

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

Color convert

RGB 254 255 91 -
CMYK 0.00 0 0.64 0
HSL 60.37º 1% 0.68% -
HSV(B) 60.37º 0.64% 1% -
XYZ 78.52 93.35 23.78 -
YUV 236.01 46.17 140.84 -
System Red Green Blue C M Y K H S L
Decimal 254 255 91 0.00 0 0.64 0 60.37 1 0.68
Hex FE FF 5B 0 0 40 0 3C 64 44
Octal 376 377 133 0 0 100 0 74 144 104
Binary 11111110 11111111 1011011 0 0 1000000 0 111100 1100100 1000100

Color Harmonies of #FEFF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF5B

Black with #FEFF5B

Text Example


Text Example

White with #FEFF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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