#faf820

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

Shades of Lemon #FAF820

Tints of Lemon #FAF820

Color information

#FAF820 (or 0xFAF820) is unknown color: approx Lemon. HEX triplet: FA, F8 and 20. RGB value is (250,248,32). Sum of RGB (Red+Green+Blue) = 250+248+32=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF820 is #0507DF. Grayscale: #E0E0E0. Windows color (decimal): -329696 or 2160890. OLE color: 2160890.

HSL color Cylindrical-coordinate representation of color #FAF820: hue angle of 59.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAF820 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB25024832-
CMYK00.010.870.02
HSL59.45º95.61%55.29%-
HSV(B)59.45º87.2%98.04%-
XYZ73.2587.5614.41-
YUV223.9719.66146.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 32 (12.89% from 255) = 6.04%
R=47.17%
G=46.79%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502483200.010.870.0259.4595.6155.29
HexFAF820015723b6037
Octal372370400112727314067
Binary1111101011111000100000011010111101110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faf820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faf820; }

 p { color: rgb(250,248,32); }

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

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

 a { background-color: rgb(250,248,32); }

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

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

 span { border-color: rgb(250,248,32); }

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