Html Css Color HEX #FFFD5E Laser Lemon

📋 copy color: '#FFFD5E'

red 255 ◦ green 253 ◦ blue 94

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

Shades of Laser Lemon #FFFD5E

Tints of Laser Lemon #FFFD5E

RGB

 RED value IS 255 (100% from 255) = 42.36%

 GREEN value IS 253 (99.22% from 255) = 42.03%

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

R = 42.36%
G = 42.03%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFFD5E (or 0xFFFD5E) is known color: Laser Lemon. HEX triplet: FF, FD and 5E. RGB value is (255,253,94). Sum of RGB (Red+Green+Blue) = 255+253+94=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 94 (37.11% from 255 or 15.61% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD5E is #0002A1. Grayscale: #ECECEC. Windows color (decimal): -674 or 6225407. OLE color: 6225407.

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

Color convert

RGB 255 253 94 -
CMYK 0 0.01 0.63 0
HSL 59.25º 1% 0.68% -
HSV(B) 59.25º 0.63% 1% -
XYZ 78.39 92.32 24.28 -
YUV 235.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 255 253 94 0 0.01 0.63 0 59.25 1 0.68
Hex FF FD 5E 0 1 3F 0 3B 64 44
Octal 377 375 136 0 1 77 0 73 144 104
Binary 11111111 11111101 1011110 0 1 111111 0 111011 1100100 1000100

Color Harmonies of #FFFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD5E

Black with #FFFD5E

Text Example


Text Example

White with #FFFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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