#FAF51D

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

Shades of Lemon #FAF51D

Tints of Lemon #FAF51D

Color information

#FAF51D (or 0xFAF51D) is unknown color: approx Lemon. HEX triplet: FA, F5 and 1D. RGB value is (250,245,29). Sum of RGB (Red+Green+Blue) = 250+245+29=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 29 (11.72% from 255 or 5.53% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF51D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF51D is #050AE2. Grayscale: #DEDEDE. Windows color (decimal): -330467 or 1963514. OLE color: 1963514.

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

Color convert

RGB25024529-
CMYK00.020.880.02
HSL58.64º95.67%54.71%-
HSV(B)58.64º88.4%98.04%-
XYZ72.385.7213.9-
YUV221.8719.16148.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 245 (96.09% from 255) = 46.76%
BLUE value IS 29 (11.72% from 255) = 5.53%
R=47.71%
G=46.76%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502452900.020.880.0258.6495.6754.71
HexFAF51D025823b6037
Octal372365350213027314067
Binary1111101011110101111010101011000101110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF51D; }

 p { color: rgb(250,245,29); }

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

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

 a { background-color: rgb(250,245,29); }

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

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

 span { border-color: rgb(250,245,29); }

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