Html Css Color HEX #FFFD5F Laser Lemon

📋 copy color: '#FFFD5F'

red 255 ◦ green 253 ◦ blue 95

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

Shades of Laser Lemon #FFFD5F

Tints of Laser Lemon #FFFD5F

RGB

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

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

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

R = 42.29%
G = 41.96%
B = 15.75%

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

#FFFD5F (or 0xFFFD5F) is known color: Laser Lemon. HEX triplet: FF, FD and 5F. RGB value is (255,253,95). Sum of RGB (Red+Green+Blue) = 255+253+95=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 95 (37.5% from 255 or 15.75% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD5F is #0002A0. Grayscale: #ECECEC. Windows color (decimal): -673 or 6290943. OLE color: 6290943.

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

Color convert

RGB 255 253 95 -
CMYK 0 0.01 0.63 0
HSL 59.25º 1% 0.69% -
HSV(B) 59.25º 0.63% 1% -
XYZ 78.43 92.34 24.52 -
YUV 235.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 255 253 95 0 0.01 0.63 0 59.25 1 0.69
Hex FF FD 5F 0 1 3F 0 3B 64 45
Octal 377 375 137 0 1 77 0 73 144 105
Binary 11111111 11111101 1011111 0 1 111111 0 111011 1100100 1000101

Color Harmonies of #FFFD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD5F

Black with #FFFD5F

Text Example


Text Example

White with #FFFD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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