Html Css Color HEX #FDFE54 Laser Lemon

📋 copy color: '#FDFE54'

red 253 ◦ green 254 ◦ blue 84

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

Shades of Laser Lemon #FDFE54

Tints of Laser Lemon #FDFE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.21%

R = 42.81%
G = 42.98%
B = 14.21%

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

#FDFE54 (or 0xFDFE54) is known color: Laser Lemon. HEX triplet: FD, FE and 54. RGB value is (253,254,84). Sum of RGB (Red+Green+Blue) = 253+254+84=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 84 (33.20% from 255 or 14.21% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE54 is #0201AB. Grayscale: #EBEBEB. Windows color (decimal): -131500 or 5570301. OLE color: 5570301.

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

Color convert

RGB 253 254 84 -
CMYK 0.00 0 0.67 0.00
HSL 60.35º 0.99% 0.66% -
HSV(B) 60.35º 0.67% 1% -
XYZ 77.55 92.41 22.14 -
YUV 234.32 43.17 141.32 -
System Red Green Blue C M Y K H S L
Decimal 253 254 84 0.00 0 0.67 0.00 60.35 0.99 0.66
Hex FD FE 54 0 0 43 0 3C 63 42
Octal 375 376 124 0 0 103 0 74 143 102
Binary 11111101 11111110 1010100 0 0 1000011 0 111100 1100011 1000010

Color Harmonies of #FDFE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE54

Black with #FDFE54

Text Example


Text Example

White with #FDFE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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