Html Css Color HEX #FDFE5E Laser Lemon

📋 copy color: '#FDFE5E'

red 253 ◦ green 254 ◦ blue 94

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

Shades of Laser Lemon #FDFE5E

Tints of Laser Lemon #FDFE5E

RGB

 RED value IS 253 (99.22% from 255) = 42.1%

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

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

R = 42.1%
G = 42.26%
B = 15.64%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FDFE5E (or 0xFDFE5E) is known color: Laser Lemon. HEX triplet: FD, FE and 5E. RGB value is (253,254,94). Sum of RGB (Red+Green+Blue) = 253+254+94=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 94 (37.11% from 255 or 15.64% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE5E is #0201A1. Grayscale: #ECECEC. Windows color (decimal): -131490 or 6225661. OLE color: 6225661.

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

Color convert

RGB 253 254 94 -
CMYK 0.00 0 0.63 0.00
HSL 60.38º 0.99% 0.68% -
HSV(B) 60.38º 0.63% 1% -
XYZ 77.97 92.57 24.35 -
YUV 235.46 48.17 140.51 -
System Red Green Blue C M Y K H S L
Decimal 253 254 94 0.00 0 0.63 0.00 60.38 0.99 0.68
Hex FD FE 5E 0 0 3F 0 3C 63 44
Octal 375 376 136 0 0 77 0 74 143 104
Binary 11111101 11111110 1011110 0 0 111111 0 111100 1100011 1000100

Color Harmonies of #FDFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE5E

Black with #FDFE5E

Text Example


Text Example

White with #FDFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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