Html Css Color HEX #FFFE5A Laser Lemon

📋 copy color: '#FFFE5A'

red 255 ◦ green 254 ◦ blue 90

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

Shades of Laser Lemon #FFFE5A

Tints of Laser Lemon #FFFE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.03%

R = 42.57%
G = 42.4%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFFE5A (or 0xFFFE5A) is known color: Laser Lemon. HEX triplet: FF, FE and 5A. RGB value is (255,254,90). Sum of RGB (Red+Green+Blue) = 255+254+90=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 90 (35.55% from 255 or 15.03% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE5A is #0001A5. Grayscale: #ECECEC. Windows color (decimal): -422 or 5963519. OLE color: 5963519.

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

Color convert

RGB 255 254 90 -
CMYK 0 0.00 0.65 0
HSL 59.64º 1% 0.68% -
HSV(B) 59.64º 0.65% 1% -
XYZ 78.53 92.88 23.46 -
YUV 235.6 45.83 141.84 -
System Red Green Blue C M Y K H S L
Decimal 255 254 90 0 0.00 0.65 0 59.64 1 0.68
Hex FF FE 5A 0 0 41 0 3C 64 44
Octal 377 376 132 0 0 101 0 74 144 104
Binary 11111111 11111110 1011010 0 0 1000001 0 111100 1100100 1000100

Color Harmonies of #FFFE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE5A

Black with #FFFE5A

Text Example


Text Example

White with #FFFE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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