#FAF961

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

Shades of Laser Lemon #FAF961

Tints of Laser Lemon #FAF961

Color information

#FAF961 (or 0xFAF961) is unknown color: approx Laser Lemon. HEX triplet: FA, F9 and 61. RGB value is (250,249,97). Sum of RGB (Red+Green+Blue) = 250+249+97=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 97 (38.28% from 255 or 16.28% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF961 is #05069E. Grayscale: #E8E8E8. Windows color (decimal): -329375 or 6420986. OLE color: 6420986.

HSL color Cylindrical-coordinate representation of color #FAF961: 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.61%. Process color model (Four color, CMYK) of #FAF961 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB25024997-
CMYK00.000.610.02
HSL59.61º93.87%68.04%-
HSV(B)59.61º61.2%98.04%-
XYZ75.4688.9424.5-
YUV231.9751.83140.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 97 (38.28% from 255) = 16.28%
R=41.95%
G=41.78%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502499700.000.610.0259.6193.8768.04
HexFAF961003D23c5e44
Octal3723711410075274136104
Binary11111010111110011100001001111011011110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF961; }

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

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

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

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

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

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

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

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