#FAF95F

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

Shades of Laser Lemon #FAF95F

Tints of Laser Lemon #FAF95F

Color information

#FAF95F (or 0xFAF95F) is unknown color: approx Laser Lemon. HEX triplet: FA, F9 and 5F. RGB value is (250,249,95). Sum of RGB (Red+Green+Blue) = 250+249+95=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 95 (37.5% from 255 or 15.99% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF95F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF95F is #0506A0. Grayscale: #E8E8E8. Windows color (decimal): -329377 or 6289914. OLE color: 6289914.

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

Color convert

RGB25024995-
CMYK00.000.620.02
HSL59.61º93.94%67.65%-
HSV(B)59.61º62%98.04%-
XYZ75.3788.924.01-
YUV231.7450.83141.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 249 (97.66% from 255) = 41.92%
BLUE value IS 95 (37.5% from 255) = 15.99%
R=42.09%
G=41.92%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502499500.000.620.0259.6193.9467.65
HexFAF95F003E23c5e44
Octal3723711370076274136104
Binary11111010111110011011111001111101011110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF95F; }

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

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

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

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

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

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

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

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