#FAF917

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

Shades of Lemon #FAF917

Tints of Lemon #FAF917

Color information

#FAF917 (or 0xFAF917) is unknown color: approx Lemon. HEX triplet: FA, F9 and 17. RGB value is (250,249,23). Sum of RGB (Red+Green+Blue) = 250+249+23=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 23 (9.38% from 255 or 4.41% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF917 is #0506E8. Grayscale: #E0E0E0. Windows color (decimal): -329449 or 1571322. OLE color: 1571322.

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

Color convert

RGB25024923-
CMYK00.000.910.02
HSL59.74º95.78%53.53%-
HSV(B)59.74º90.8%98.04%-
XYZ73.4588.1413.95-
YUV223.5314.83146.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 23 (9.38% from 255) = 4.41%
R=47.89%
G=47.70%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502492300.000.910.0259.7495.7853.53
HexFAF917005B23c6036
Octal372371270013327414066
Binary111110101111100110111001011011101111001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF917; }

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

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

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

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

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

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

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

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