Html Css Color HEX #FCFE55 Laser Lemon

📋 copy color: '#FCFE55'

red 252 ◦ green 254 ◦ blue 85

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

Shades of Laser Lemon #FCFE55

Tints of Laser Lemon #FCFE55

RGB

 RED value IS 252 (98.83% from 255) = 42.64%

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

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

R = 42.64%
G = 42.98%
B = 14.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FCFE55 (or 0xFCFE55) is known color: Laser Lemon. HEX triplet: FC, FE and 55. RGB value is (252,254,85). Sum of RGB (Red+Green+Blue) = 252+254+85=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 85 (33.59% from 255 or 14.38% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE55 is #0301AA. Grayscale: #EAEAEA. Windows color (decimal): -197035 or 5635836. OLE color: 5635836.

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

Color convert

RGB 252 254 85 -
CMYK 0.01 0 0.67 0.00
HSL 60.71º 0.99% 0.66% -
HSV(B) 60.71º 0.67% 1% -
XYZ 77.23 92.23 22.33 -
YUV 234.14 43.84 140.74 -
System Red Green Blue C M Y K H S L
Decimal 252 254 85 0.01 0 0.67 0.00 60.71 0.99 0.66
Hex FC FE 55 1 0 43 0 3D 63 42
Octal 374 376 125 1 0 103 0 75 143 102
Binary 11111100 11111110 1010101 1 0 1000011 0 111101 1100011 1000010

Color Harmonies of #FCFE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE55

Black with #FCFE55

Text Example


Text Example

White with #FCFE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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