Html Css Color HEX #FEFE5F Laser Lemon

📋 copy color: '#FEFE5F'

red 254 ◦ green 254 ◦ blue 95

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

Shades of Laser Lemon #FEFE5F

Tints of Laser Lemon #FEFE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 15.75%

R = 42.12%
G = 42.12%
B = 15.75%

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

#FEFE5F (or 0xFEFE5F) is known color: Laser Lemon. HEX triplet: FE, FE and 5F. RGB value is (254,254,95). Sum of RGB (Red+Green+Blue) = 254+254+95=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 95 (37.5% from 255 or 15.75% from 603); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE5F is #0101A0. Grayscale: #ECECEC. Windows color (decimal): -65953 or 6291198. OLE color: 6291198.

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

Color convert

RGB 254 254 95 -
CMYK 0 0 0.63 0.00
HSL 60º 0.99% 0.68% -
HSV(B) 60º 0.63% 1% -
XYZ 78.38 92.78 24.6 -
YUV 235.87 48.5 140.93 -
System Red Green Blue C M Y K H S L
Decimal 254 254 95 0 0 0.63 0.00 60 0.99 0.68
Hex FE FE 5F 0 0 3F 0 3C 63 44
Octal 376 376 137 0 0 77 0 74 143 104
Binary 11111110 11111110 1011111 0 0 111111 0 111100 1100011 1000100

Color Harmonies of #FEFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE5F

Black with #FEFE5F

Text Example


Text Example

White with #FEFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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