Html Css Color HEX #FCFC6D Laser Lemon

📋 copy color: '#FCFC6D'

red 252 ◦ green 252 ◦ blue 109

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

Shades of Laser Lemon #FCFC6D

Tints of Laser Lemon #FCFC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 17.78%

R = 41.11%
G = 41.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCFC6D (or 0xFCFC6D) is known color: Laser Lemon. HEX triplet: FC, FC and 6D. RGB value is (252,252,109). Sum of RGB (Red+Green+Blue) = 252+252+109=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 109 (42.97% from 255 or 17.78% from 613); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC6D is #030392. Grayscale: #ECECEC. Windows color (decimal): -197523 or 7208188. OLE color: 7208188.

HSL color Cylindrical-coordinate representation of color #FCFC6D: hue angle of 60º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCFC6D is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 109 -
CMYK 0 0 0.57 0.01
HSL 60º 0.96% 0.71% -
HSV(B) 60º 0.57% 0.99% -
XYZ 77.72 91.42 28.02 -
YUV 235.7 56.5 139.63 -
System Red Green Blue C M Y K H S L
Decimal 252 252 109 0 0 0.57 0.01 60 0.96 0.71
Hex FC FC 6D 0 0 39 1 3C 60 47
Octal 374 374 155 0 0 71 1 74 140 107
Binary 11111100 11111100 1101101 0 0 111001 1 111100 1100000 1000111

Color Harmonies of #FCFC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC6D

Black with #FCFC6D

Text Example


Text Example

White with #FCFC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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