#FAF96A

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

Shades of Laser Lemon #FAF96A

Tints of Laser Lemon #FAF96A

Color information

#FAF96A (or 0xFAF96A) is unknown color: approx Laser Lemon. HEX triplet: FA, F9 and 6A. RGB value is (250,249,106). Sum of RGB (Red+Green+Blue) = 250+249+106=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 106 (41.80% from 255 or 17.52% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF96A is #050695. Grayscale: #E9E9E9. Windows color (decimal): -329366 or 7010810. OLE color: 7010810.

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

Color convert

RGB250249106-
CMYK00.000.580.02
HSL59.58º93.51%69.8%-
HSV(B)59.58º57.6%98.04%-
XYZ75.989.1226.84-
YUV23356.33140.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 249 (97.66% from 255) = 41.16%
BLUE value IS 106 (41.80% from 255) = 17.52%
R=41.32%
G=41.16%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024910600.000.580.0259.5893.5169.8
HexFAF96A003A23c5e46
Octal3723711520072274136106
Binary11111010111110011101010001110101011110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF96A; }

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

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

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

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

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

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

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

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