Html Css Color HEX #FCFD5E Laser Lemon

📋 copy color: '#FCFD5E'

red 252 ◦ green 253 ◦ blue 94

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

Shades of Laser Lemon #FCFD5E

Tints of Laser Lemon #FCFD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 15.69%

R = 42.07%
G = 42.24%
B = 15.69%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCFD5E (or 0xFCFD5E) is known color: Laser Lemon. HEX triplet: FC, FD and 5E. RGB value is (252,253,94). Sum of RGB (Red+Green+Blue) = 252+253+94=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 94 (37.11% from 255 or 15.69% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD5E is #0302A1. Grayscale: #EBEBEB. Windows color (decimal): -197282 or 6225404. OLE color: 6225404.

HSL color Cylindrical-coordinate representation of color #FCFD5E: hue angle of 60.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCFD5E is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 94 -
CMYK 0.00 0 0.63 0.01
HSL 60.38º 0.98% 0.68% -
HSV(B) 60.38º 0.63% 0.99% -
XYZ 77.29 91.75 24.23 -
YUV 234.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 252 253 94 0.00 0 0.63 0.01 60.38 0.98 0.68
Hex FC FD 5E 0 0 3F 1 3C 62 44
Octal 374 375 136 0 0 77 1 74 142 104
Binary 11111100 11111101 1011110 0 0 111111 1 111100 1100010 1000100

Color Harmonies of #FCFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD5E

Black with #FCFD5E

Text Example


Text Example

White with #FCFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD5E; }

 p { color: rgb(252,253,94); }

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

background-color css

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

 a { background-color: rgb(252,253,94); }

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

border-color css

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

 span { border-color: rgb(252,253,94); }

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