#FB7B11

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

Shades of Pumpkin #FB7B11

Tints of Pumpkin #FB7B11

Color information

#FB7B11 (or 0xFB7B11) is unknown color: approx Pumpkin. HEX triplet: FB, 7B and 11. RGB value is (251,123,17). Sum of RGB (Red+Green+Blue) = 251+123+17=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7B11 is #0484EE. Grayscale: #959595. Windows color (decimal): -296175 or 1145851. OLE color: 1145851.

HSL color Cylindrical-coordinate representation of color #FB7B11: hue angle of 27.18º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB7B11 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB25112317-
CMYK00.510.930.02
HSL27.18º96.69%52.55%-
HSV(B)27.18º93.23%98.43%-
XYZ46.9734.724.76-
YUV149.1953.41200.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.19%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 17 (7.03% from 255) = 4.35%
R=64.19%
G=31.46%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511231700.510.930.0227.1896.6952.55
HexFB7B110335D21b6135
Octal3731732106313523314165
Binary111110111111011100010110011101110110110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7B11; }

 p { color: rgb(251,123,17); }

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

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

 a { background-color: rgb(251,123,17); }

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

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

 span { border-color: rgb(251,123,17); }

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