#FAF665

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

Shades of Laser Lemon #FAF665

Tints of Laser Lemon #FAF665

Color information

#FAF665 (or 0xFAF665) is unknown color: approx Laser Lemon. HEX triplet: FA, F6 and 65. RGB value is (250,246,101). Sum of RGB (Red+Green+Blue) = 250+246+101=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF665 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF665 is #05099A. Grayscale: #E7E7E7. Windows color (decimal): -330139 or 6682362. OLE color: 6682362.

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

Color convert

RGB250246101-
CMYK00.020.600.02
HSL58.39º93.71%68.82%-
HSV(B)58.39º59.6%98.04%-
XYZ74.7387.1825.2-
YUV230.6754.83141.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 246 (96.48% from 255) = 41.21%
BLUE value IS 101 (39.84% from 255) = 16.92%
R=41.88%
G=41.21%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024610100.020.600.0258.3993.7168.82
HexFAF665023C23a5e45
Octal3723661450274272136105
Binary111110101111011011001010101111001011101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF665; }

 p { color: rgb(250,246,101); }

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

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

 a { background-color: rgb(250,246,101); }

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

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

 span { border-color: rgb(250,246,101); }

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