Html Css Color HEX #FEFD55 Laser Lemon

📋 copy color: '#FEFD55'

red 254 ◦ green 253 ◦ blue 85

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

Shades of Laser Lemon #FEFD55

Tints of Laser Lemon #FEFD55

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FEFD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD55

Black with #FEFD55

Text Example


Text Example

White with #FEFD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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