Html Css Color HEX #FDFF5F Laser Lemon

📋 copy color: '#FDFF5F'

red 253 ◦ green 255 ◦ blue 95

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

Shades of Laser Lemon #FDFF5F

Tints of Laser Lemon #FDFF5F

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 253 255 95 -
CMYK 0.01 0 0.63 0
HSL 60.75º 1% 0.69% -
HSV(B) 60.75º 0.63% 1% -
XYZ 78.33 93.23 24.69 -
YUV 236.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 253 255 95 0.01 0 0.63 0 60.75 1 0.69
Hex FD FF 5F 1 0 3F 0 3D 64 45
Octal 375 377 137 1 0 77 0 75 144 105
Binary 11111101 11111111 1011111 1 0 111111 0 111101 1100100 1000101

Color Harmonies of #FDFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF5F

Black with #FDFF5F

Text Example


Text Example

White with #FDFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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