#fbf917

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

Shades of Lemon #FBF917

Tints of Lemon #FBF917

Color information

#FBF917 (or 0xFBF917) is unknown color: approx Lemon. HEX triplet: FB, F9 and 17. RGB value is (251,249,23). Sum of RGB (Red+Green+Blue) = 251+249+23=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 23 (9.38% from 255 or 4.40% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF917 is #0406E8. Grayscale: #E0E0E0. Windows color (decimal): -263913 or 1571323. OLE color: 1571323.

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

Color convert

RGB25124923-
CMYK00.010.910.02
HSL59.47º96.61%53.73%-
HSV(B)59.47º90.84%98.43%-
XYZ73.8188.3213.97-
YUV223.8314.66147.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.99%
GREEN value IS 249 (97.66% from 255) = 47.61%
BLUE value IS 23 (9.38% from 255) = 4.40%
R=47.99%
G=47.61%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512492300.010.910.0259.4796.6153.73
HexFBF917015B23b6136
Octal373371270113327314166
Binary111110111111100110111011011011101110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbf917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbf917; }

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

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

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

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

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

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

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

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