Html Css Color HEX #FDFE55 Laser Lemon

📋 copy color: '#FDFE55'

red 253 ◦ green 254 ◦ blue 85

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

Shades of Laser Lemon #FDFE55

Tints of Laser Lemon #FDFE55

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.91%

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

R = 42.74%
G = 42.91%
B = 14.36%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FDFE55 (or 0xFDFE55) is known color: Laser Lemon. HEX triplet: FD, FE and 55. RGB value is (253,254,85). Sum of RGB (Red+Green+Blue) = 253+254+85=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 85 (33.59% from 255 or 14.36% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE55 is #0201AA. Grayscale: #EBEBEB. Windows color (decimal): -131499 or 5635837. OLE color: 5635837.

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

Color convert

RGB 253 254 85 -
CMYK 0.00 0 0.67 0.00
HSL 60.36º 0.99% 0.66% -
HSV(B) 60.36º 0.67% 1% -
XYZ 77.59 92.42 22.34 -
YUV 234.44 43.67 141.24 -
System Red Green Blue C M Y K H S L
Decimal 253 254 85 0.00 0 0.67 0.00 60.36 0.99 0.66
Hex FD FE 55 0 0 43 0 3C 63 42
Octal 375 376 125 0 0 103 0 74 143 102
Binary 11111101 11111110 1010101 0 0 1000011 0 111100 1100011 1000010

Color Harmonies of #FDFE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE55

Black with #FDFE55

Text Example


Text Example

White with #FDFE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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