Html Css Color HEX #FEFC5E Laser Lemon

📋 copy color: '#FEFC5E'

red 254 ◦ green 252 ◦ blue 94

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

Shades of Laser Lemon #FEFC5E

Tints of Laser Lemon #FEFC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42%

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

R = 42.33%
G = 42%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEFC5E (or 0xFEFC5E) is known color: Laser Lemon. HEX triplet: FE, FC and 5E. RGB value is (254,252,94). Sum of RGB (Red+Green+Blue) = 254+252+94=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 94 (37.11% from 255 or 15.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC5E is #0103A1. Grayscale: #EBEBEB. Windows color (decimal): -66466 or 6225150. OLE color: 6225150.

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

Color convert

RGB 254 252 94 -
CMYK 0 0.01 0.63 0.00
HSL 59.25º 0.99% 0.68% -
HSV(B) 59.25º 0.63% 1% -
XYZ 77.7 91.5 24.16 -
YUV 234.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 254 252 94 0 0.01 0.63 0.00 59.25 0.99 0.68
Hex FE FC 5E 0 1 3F 0 3B 63 44
Octal 376 374 136 0 1 77 0 73 143 104
Binary 11111110 11111100 1011110 0 1 111111 0 111011 1100011 1000100

Color Harmonies of #FEFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC5E

Black with #FEFC5E

Text Example


Text Example

White with #FEFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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