#FAF861

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

Shades of Laser Lemon #FAF861

Tints of Laser Lemon #FAF861

Color information

#FAF861 (or 0xFAF861) is unknown color: approx Laser Lemon. HEX triplet: FA, F8 and 61. RGB value is (250,248,97). Sum of RGB (Red+Green+Blue) = 250+248+97=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 97 (38.28% from 255 or 16.30% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF861 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF861 is #05079E. Grayscale: #E7E7E7. Windows color (decimal): -329631 or 6420730. OLE color: 6420730.

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

Color convert

RGB25024897-
CMYK00.010.610.02
HSL59.22º93.87%68.04%-
HSV(B)59.22º61.2%98.04%-
XYZ75.1588.3224.4-
YUV231.3852.16141.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 97 (38.28% from 255) = 16.30%
R=42.02%
G=41.68%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502489700.010.610.0259.2293.8768.04
HexFAF861013D23b5e44
Octal3723701410175273136104
Binary11111010111110001100001011111011011101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF861; }

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

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

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

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

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

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

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

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