Html Css Color HEX #FDFF55 Laser Lemon

📋 copy color: '#FDFF55'

red 253 ◦ green 255 ◦ blue 85

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

Shades of Laser Lemon #FDFF55

Tints of Laser Lemon #FDFF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.33%

R = 42.66%
G = 43%
B = 14.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FDFF55 (or 0xFDFF55) is known color: Laser Lemon. HEX triplet: FD, FF and 55. RGB value is (253,255,85). Sum of RGB (Red+Green+Blue) = 253+255+85=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 85 (33.59% from 255 or 14.33% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF55 is #0200AA. Grayscale: #EBEBEB. Windows color (decimal): -131243 or 5636093. OLE color: 5636093.

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

Color convert

RGB 253 255 85 -
CMYK 0.01 0 0.67 0
HSL 60.71º 1% 0.67% -
HSV(B) 60.71º 0.67% 1% -
XYZ 77.91 93.06 22.45 -
YUV 235.02 43.34 140.82 -
System Red Green Blue C M Y K H S L
Decimal 253 255 85 0.01 0 0.67 0 60.71 1 0.67
Hex FD FF 55 1 0 43 0 3D 64 43
Octal 375 377 125 1 0 103 0 75 144 103
Binary 11111101 11111111 1010101 1 0 1000011 0 111101 1100100 1000011

Color Harmonies of #FDFF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF55

Black with #FDFF55

Text Example


Text Example

White with #FDFF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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