#FAF663

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

Shades of Laser Lemon #FAF663

Tints of Laser Lemon #FAF663

Color information

#FAF663 (or 0xFAF663) is unknown color: approx Laser Lemon. HEX triplet: FA, F6 and 63. RGB value is (250,246,99). Sum of RGB (Red+Green+Blue) = 250+246+99=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 99 (39.06% from 255 or 16.64% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF663 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF663 is #05099C. Grayscale: #E7E7E7. Windows color (decimal): -330141 or 6551290. OLE color: 6551290.

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

Color convert

RGB25024699-
CMYK00.020.600.02
HSL58.41º93.79%68.43%-
HSV(B)58.41º60.4%98.04%-
XYZ74.6387.1424.69-
YUV230.4453.83141.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 99 (39.06% from 255) = 16.64%
R=42.02%
G=41.34%
B=16.64%

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
Decimal2502469900.020.600.0258.4193.7968.43
HexFAF663023C23a5e44
Octal3723661430274272136104
Binary111110101111011011000110101111001011101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF663; }

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

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

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

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

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

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

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

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