#FCFA57

Color #FCFA57 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #FCFA57

Tints of Laser Lemon #FCFA57

Color information

#FCFA57 (or 0xFCFA57) is unknown color: approx Laser Lemon. HEX triplet: FC, FA and 57. RGB value is (252,250,87). Sum of RGB (Red+Green+Blue) = 252+250+87=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 87 (34.38% from 255 or 14.77% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA57 is #0305A8. Grayscale: #E8E8E8. Windows color (decimal): -198057 or 5765884. OLE color: 5765884.

HSL color Cylindrical-coordinate representation of color #FCFA57: hue angle of 59.27º 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 #FCFA57 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB25225087-
CMYK00.010.650.01
HSL59.27º96.49%66.47%-
HSV(B)59.27º65.48%98.82%-
XYZ76.0589.7522.33-
YUV232.0246.16142.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 87 (34.38% from 255) = 14.77%
R=42.78%
G=42.44%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522508700.010.650.0159.2796.4966.47
HexFCFA57014113b6042
Octal37437212701101173140102
Binary11111100111110101010111011000001111101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA57; }

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

 H1.HeaderClassName
 {
   color: #FCFA57;
 }
 .AnyTagClassName
 {
   color: #FCFA57;
 }
</style>
background-color css

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

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

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

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

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

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