Html Css Color HEX #FCFD5D Laser Lemon

📋 copy color: '#FCFD5D'

red 252 ◦ green 253 ◦ blue 93

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

Shades of Laser Lemon #FCFD5D

Tints of Laser Lemon #FCFD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.55%

R = 42.14%
G = 42.31%
B = 15.55%

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

#FCFD5D (or 0xFCFD5D) is known color: Laser Lemon. HEX triplet: FC, FD and 5D. RGB value is (252,253,93). Sum of RGB (Red+Green+Blue) = 252+253+93=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 93 (36.72% from 255 or 15.55% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD5D is #0302A2. Grayscale: #EBEBEB. Windows color (decimal): -197283 or 6159868. OLE color: 6159868.

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

Color convert

RGB 252 253 93 -
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.25 91.74 23.99 -
YUV 234.46 48.17 140.51 -
System Red Green Blue C M Y K H S L
Decimal 252 253 93 0.00 0 0.63 0.01 60.38 0.98 0.68
Hex FC FD 5D 0 0 3F 1 3C 62 44
Octal 374 375 135 0 0 77 1 74 142 104
Binary 11111100 11111101 1011101 0 0 111111 1 111100 1100010 1000100

Color Harmonies of #FCFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD5D

Black with #FCFD5D

Text Example


Text Example

White with #FCFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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