Html Css Color HEX #FDFF61 Laser Lemon

📋 copy color: '#FDFF61'

red 253 ◦ green 255 ◦ blue 97

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

Shades of Laser Lemon #FDFF61

Tints of Laser Lemon #FDFF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.03%

R = 41.82%
G = 42.15%
B = 16.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FDFF61 (or 0xFDFF61) is known color: Laser Lemon. HEX triplet: FD, FF and 61. RGB value is (253,255,97). Sum of RGB (Red+Green+Blue) = 253+255+97=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 97 (38.28% from 255 or 16.03% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF61 is #02009E. Grayscale: #EDEDED. Windows color (decimal): -131231 or 6422525. OLE color: 6422525.

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

Color convert

RGB 253 255 97 -
CMYK 0.01 0 0.62 0
HSL 60.76º 1% 0.69% -
HSV(B) 60.76º 0.62% 1% -
XYZ 78.43 93.27 25.18 -
YUV 236.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 253 255 97 0.01 0 0.62 0 60.76 1 0.69
Hex FD FF 61 1 0 3E 0 3D 64 45
Octal 375 377 141 1 0 76 0 75 144 105
Binary 11111101 11111111 1100001 1 0 111110 0 111101 1100100 1000101

Color Harmonies of #FDFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF61

Black with #FDFF61

Text Example


Text Example

White with #FDFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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