#FB811F

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

Shades of Pumpkin #FB811F

Tints of Pumpkin #FB811F

Color information

#FB811F (or 0xFB811F) is unknown color: approx Pumpkin. HEX triplet: FB, 81 and 1F. RGB value is (251,129,31). Sum of RGB (Red+Green+Blue) = 251+129+31=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB811F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB811F is #047EE0. Grayscale: #9A9A9A. Windows color (decimal): -294625 or 2064891. OLE color: 2064891.

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

Color convert

RGB25112931-
CMYK00.490.880.02
HSL26.73º96.49%55.29%-
HSV(B)26.73º87.65%98.43%-
XYZ47.8836.315.78-
YUV154.3158.42196.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.07%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 31 (12.5% from 255) = 7.54%
R=61.07%
G=31.39%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511293100.490.880.0226.7396.4955.29
HexFB811F0315821b6037
Octal3732013706113023314067
Binary1111101110000001111110110001101100010110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB811F; }

 p { color: rgb(251,129,31); }

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

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

 a { background-color: rgb(251,129,31); }

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

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

 span { border-color: rgb(251,129,31); }

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