Html Css Color HEX #FCFC5E Laser Lemon

📋 copy color: '#FCFC5E'

red 252 ◦ green 252 ◦ blue 94

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

Shades of Laser Lemon #FCFC5E

Tints of Laser Lemon #FCFC5E

RGB

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

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

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

R = 42.14%
G = 42.14%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCFC5E (or 0xFCFC5E) is known color: Laser Lemon. HEX triplet: FC, FC and 5E. RGB value is (252,252,94). Sum of RGB (Red+Green+Blue) = 252+252+94=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 94 (37.11% from 255 or 15.72% from 598); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC5E is #0303A1. Grayscale: #EAEAEA. Windows color (decimal): -197538 or 6225148. OLE color: 6225148.

HSL color Cylindrical-coordinate representation of color #FCFC5E: hue angle of 60º degrees, saturation: 0.96, 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 #FCFC5E is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 94 -
CMYK 0 0 0.63 0.01
HSL 60º 0.96% 0.68% -
HSV(B) 60º 0.63% 0.99% -
XYZ 76.98 91.12 24.12 -
YUV 233.99 49 140.85 -
System Red Green Blue C M Y K H S L
Decimal 252 252 94 0 0 0.63 0.01 60 0.96 0.68
Hex FC FC 5E 0 0 3F 1 3C 60 44
Octal 374 374 136 0 0 77 1 74 140 104
Binary 11111100 11111100 1011110 0 0 111111 1 111100 1100000 1000100

Color Harmonies of #FCFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC5E

Black with #FCFC5E

Text Example


Text Example

White with #FCFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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