Html Css Color HEX #FEFE5E Laser Lemon

📋 copy color: '#FEFE5E'

red 254 ◦ green 254 ◦ blue 94

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

Shades of Laser Lemon #FEFE5E

Tints of Laser Lemon #FEFE5E

RGB

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

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

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

R = 42.19%
G = 42.19%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEFE5E (or 0xFEFE5E) is known color: Laser Lemon. HEX triplet: FE, FE and 5E. RGB value is (254,254,94). Sum of RGB (Red+Green+Blue) = 254+254+94=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 94 (37.11% from 255 or 15.61% from 602); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE5E is #0101A1. Grayscale: #ECECEC. Windows color (decimal): -65954 or 6225662. OLE color: 6225662.

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

Color convert

RGB 254 254 94 -
CMYK 0 0 0.63 0.00
HSL 60º 0.99% 0.68% -
HSV(B) 60º 0.63% 1% -
XYZ 78.34 92.76 24.37 -
YUV 235.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 254 254 94 0 0 0.63 0.00 60 0.99 0.68
Hex FE FE 5E 0 0 3F 0 3C 63 44
Octal 376 376 136 0 0 77 0 74 143 104
Binary 11111110 11111110 1011110 0 0 111111 0 111100 1100011 1000100

Color Harmonies of #FEFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE5E

Black with #FEFE5E

Text Example


Text Example

White with #FEFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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