Html Css Color HEX #FEFE5D Laser Lemon

📋 copy color: '#FEFE5D'

red 254 ◦ green 254 ◦ blue 93

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

Shades of Laser Lemon #FEFE5D

Tints of Laser Lemon #FEFE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.47%

R = 42.26%
G = 42.26%
B = 15.47%

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

#FEFE5D (or 0xFEFE5D) is known color: Laser Lemon. HEX triplet: FE, FE and 5D. RGB value is (254,254,93). Sum of RGB (Red+Green+Blue) = 254+254+93=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 93 (36.72% from 255 or 15.47% from 601); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE5D is #0101A2. Grayscale: #ECECEC. Windows color (decimal): -65955 or 6160126. OLE color: 6160126.

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

Color convert

RGB 254 254 93 -
CMYK 0 0 0.63 0.00
HSL 60º 0.99% 0.68% -
HSV(B) 60º 0.63% 1% -
XYZ 78.29 92.74 24.13 -
YUV 235.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 254 254 93 0 0 0.63 0.00 60 0.99 0.68
Hex FE FE 5D 0 0 3F 0 3C 63 44
Octal 376 376 135 0 0 77 0 74 143 104
Binary 11111110 11111110 1011101 0 0 111111 0 111100 1100011 1000100

Color Harmonies of #FEFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE5D

Black with #FEFE5D

Text Example


Text Example

White with #FEFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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