#FAF85F

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

Shades of Laser Lemon #FAF85F

Tints of Laser Lemon #FAF85F

Color information

#FAF85F (or 0xFAF85F) is unknown color: approx Laser Lemon. HEX triplet: FA, F8 and 5F. RGB value is (250,248,95). Sum of RGB (Red+Green+Blue) = 250+248+95=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 95 (37.5% from 255 or 16.02% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF85F is #0507A0. Grayscale: #E7E7E7. Windows color (decimal): -329633 or 6289658. OLE color: 6289658.

HSL color Cylindrical-coordinate representation of color #FAF85F: hue angle of 59.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAF85F is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25024895-
CMYK00.010.620.02
HSL59.23º93.94%67.65%-
HSV(B)59.23º62%98.04%-
XYZ75.0688.2923.91-
YUV231.1651.16141.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 95 (37.5% from 255) = 16.02%
R=42.16%
G=41.82%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502489500.010.620.0259.2393.9467.65
HexFAF85F013E23b5e44
Octal3723701370176273136104
Binary11111010111110001011111011111101011101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF85F; }

 p { color: rgb(250,248,95); }

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

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

 a { background-color: rgb(250,248,95); }

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

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

 span { border-color: rgb(250,248,95); }

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