Html Css Color HEX #FFFE5E Laser Lemon

📋 copy color: '#FFFE5E'

red 255 ◦ green 254 ◦ blue 94

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

Shades of Laser Lemon #FFFE5E

Tints of Laser Lemon #FFFE5E

RGB

 RED value IS 255 (100% from 255) = 42.29%

 GREEN value IS 254 (99.61% from 255) = 42.12%

 BLUE value IS 94 (37.11% from 255) = 15.59%

R = 42.29%
G = 42.12%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFFE5E (or 0xFFFE5E) is known color: Laser Lemon. HEX triplet: FF, FE and 5E. RGB value is (255,254,94). Sum of RGB (Red+Green+Blue) = 255+254+94=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 94 (37.11% from 255 or 15.59% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE5E is #0001A1. Grayscale: #ECECEC. Windows color (decimal): -418 or 6225663. OLE color: 6225663.

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

Color convert

RGB 255 254 94 -
CMYK 0 0.00 0.63 0
HSL 59.63º 1% 0.68% -
HSV(B) 59.63º 0.63% 1% -
XYZ 78.7 92.95 24.38 -
YUV 236.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 255 254 94 0 0.00 0.63 0 59.63 1 0.68
Hex FF FE 5E 0 0 3F 0 3C 64 44
Octal 377 376 136 0 0 77 0 74 144 104
Binary 11111111 11111110 1011110 0 0 111111 0 111100 1100100 1000100

Color Harmonies of #FFFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE5E

Black with #FFFE5E

Text Example


Text Example

White with #FFFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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