Html Css Color HEX #FCFC6A Laser Lemon

📋 copy color: '#FCFC6A'

red 252 ◦ green 252 ◦ blue 106

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

Shades of Laser Lemon #FCFC6A

Tints of Laser Lemon #FCFC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.38%

R = 41.31%
G = 41.31%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCFC6A (or 0xFCFC6A) is known color: Laser Lemon. HEX triplet: FC, FC and 6A. RGB value is (252,252,106). Sum of RGB (Red+Green+Blue) = 252+252+106=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 106 (41.80% from 255 or 17.38% from 610); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC6A is #030395. Grayscale: #EBEBEB. Windows color (decimal): -197526 or 7011580. OLE color: 7011580.

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

Color convert

RGB 252 252 106 -
CMYK 0 0 0.58 0.01
HSL 60º 0.96% 0.7% -
HSV(B) 60º 0.58% 0.99% -
XYZ 77.56 91.36 27.18 -
YUV 235.36 55 139.87 -
System Red Green Blue C M Y K H S L
Decimal 252 252 106 0 0 0.58 0.01 60 0.96 0.7
Hex FC FC 6A 0 0 3A 1 3C 60 46
Octal 374 374 152 0 0 72 1 74 140 106
Binary 11111100 11111100 1101010 0 0 111010 1 111100 1100000 1000110

Color Harmonies of #FCFC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC6A

Black with #FCFC6A

Text Example


Text Example

White with #FCFC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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