#FAF71D

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

Shades of Lemon #FAF71D

Tints of Lemon #FAF71D

Color information

#FAF71D (or 0xFAF71D) is unknown color: approx Lemon. HEX triplet: FA, F7 and 1D. RGB value is (250,247,29). Sum of RGB (Red+Green+Blue) = 250+247+29=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 29 (11.72% from 255 or 5.51% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF71D is #0508E2. Grayscale: #DFDFDF. Windows color (decimal): -329955 or 1964026. OLE color: 1964026.

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

Color convert

RGB25024729-
CMYK00.010.880.02
HSL59.19º95.67%54.71%-
HSV(B)59.19º88.4%98.04%-
XYZ72.9186.9314.1-
YUV223.0418.49147.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 247 (96.88% from 255) = 46.96%
BLUE value IS 29 (11.72% from 255) = 5.51%
R=47.53%
G=46.96%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502472900.010.880.0259.1995.6754.71
HexFAF71D015823b6037
Octal372367350113027314067
Binary111110101111011111101011011000101110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF71D; }

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

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

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

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

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

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

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

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