#FAF763

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

Shades of Laser Lemon #FAF763

Tints of Laser Lemon #FAF763

Color information

#FAF763 (or 0xFAF763) is unknown color: approx Laser Lemon. HEX triplet: FA, F7 and 63. RGB value is (250,247,99). Sum of RGB (Red+Green+Blue) = 250+247+99=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 99 (39.06% from 255 or 16.61% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF763 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF763 is #05089C. Grayscale: #E7E7E7. Windows color (decimal): -329885 or 6551546. OLE color: 6551546.

HSL color Cylindrical-coordinate representation of color #FAF763: hue angle of 58.81º 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 #FAF763 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB25024799-
CMYK00.010.600.02
HSL58.81º93.79%68.43%-
HSV(B)58.81º60.4%98.04%-
XYZ74.9487.7524.79-
YUV231.0253.49141.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 99 (39.06% from 255) = 16.61%
R=41.95%
G=41.44%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502479900.010.600.0258.8193.7968.43
HexFAF763013C23b5e44
Octal3723671430174273136104
Binary11111010111101111100011011111001011101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF763; }

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

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

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

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

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

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

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

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