Html Css Color HEX #FCFC57 Laser Lemon

📋 copy color: '#FCFC57'

red 252 ◦ green 252 ◦ blue 87

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

Shades of Laser Lemon #FCFC57

Tints of Laser Lemon #FCFC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 14.72%

R = 42.64%
G = 42.64%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCFC57 (or 0xFCFC57) is known color: Laser Lemon. HEX triplet: FC, FC and 57. RGB value is (252,252,87). Sum of RGB (Red+Green+Blue) = 252+252+87=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 87 (34.38% from 255 or 14.72% from 591); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC57 is #0303A8. Grayscale: #E9E9E9. Windows color (decimal): -197545 or 5766396. OLE color: 5766396.

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

Color convert

RGB 252 252 87 -
CMYK 0 0 0.65 0.01
HSL 60º 0.96% 0.66% -
HSV(B) 60º 0.65% 0.99% -
XYZ 76.68 91 22.54 -
YUV 233.19 45.5 141.42 -
System Red Green Blue C M Y K H S L
Decimal 252 252 87 0 0 0.65 0.01 60 0.96 0.66
Hex FC FC 57 0 0 41 1 3C 60 42
Octal 374 374 127 0 0 101 1 74 140 102
Binary 11111100 11111100 1010111 0 0 1000001 1 111100 1100000 1000010

Color Harmonies of #FCFC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC57

Black with #FCFC57

Text Example


Text Example

White with #FCFC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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