#FCF85D

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

Shades of Laser Lemon #FCF85D

Tints of Laser Lemon #FCF85D

Color information

#FCF85D (or 0xFCF85D) is unknown color: approx Laser Lemon. HEX triplet: FC, F8 and 5D. RGB value is (252,248,93). Sum of RGB (Red+Green+Blue) = 252+248+93=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 93 (36.72% from 255 or 15.68% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF85D is #0307A2. Grayscale: #E8E8E8. Windows color (decimal): -198563 or 6158588. OLE color: 6158588.

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

Color convert

RGB25224893-
CMYK00.020.630.01
HSL58.49º96.36%67.65%-
HSV(B)58.49º63.1%98.82%-
XYZ75.6988.6223.47-
YUV231.5349.83142.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 93 (36.72% from 255) = 15.68%
R=42.50%
G=41.82%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522489300.020.630.0158.4996.3667.65
HexFCF85D023F13a6044
Octal3743701350277172140104
Binary11111100111110001011101010111111111101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF85D; }

 p { color: rgb(252,248,93); }

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

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

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

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

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

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

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