Html Css Color HEX #FDFF60 Laser Lemon

📋 copy color: '#FDFF60'

red 253 ◦ green 255 ◦ blue 96

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

Shades of Laser Lemon #FDFF60

Tints of Laser Lemon #FDFF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 15.89%

R = 41.89%
G = 42.22%
B = 15.89%

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

#FDFF60 (or 0xFDFF60) is known color: Laser Lemon. HEX triplet: FD, FF and 60. RGB value is (253,255,96). Sum of RGB (Red+Green+Blue) = 253+255+96=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 96 (37.89% from 255 or 15.89% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF60 is #02009F. Grayscale: #ECECEC. Windows color (decimal): -131232 or 6356989. OLE color: 6356989.

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

Color convert

RGB 253 255 96 -
CMYK 0.01 0 0.62 0
HSL 60.75º 1% 0.69% -
HSV(B) 60.75º 0.62% 1% -
XYZ 78.38 93.25 24.93 -
YUV 236.28 48.84 139.93 -
System Red Green Blue C M Y K H S L
Decimal 253 255 96 0.01 0 0.62 0 60.75 1 0.69
Hex FD FF 60 1 0 3E 0 3D 64 45
Octal 375 377 140 1 0 76 0 75 144 105
Binary 11111101 11111111 1100000 1 0 111110 0 111101 1100100 1000101

Color Harmonies of #FDFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF60

Black with #FDFF60

Text Example


Text Example

White with #FDFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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