#FB8420

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

Shades of Pumpkin #FB8420

Tints of Pumpkin #FB8420

Color information

#FB8420 (or 0xFB8420) is unknown color: approx Pumpkin. HEX triplet: FB, 84 and 20. RGB value is (251,132,32). Sum of RGB (Red+Green+Blue) = 251+132+32=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8420 is #047BDF. Grayscale: #9C9C9C. Windows color (decimal): -293856 or 2131195. OLE color: 2131195.

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

Color convert

RGB25113232-
CMYK00.470.870.02
HSL27.4º96.48%55.49%-
HSV(B)27.4º87.25%98.43%-
XYZ48.337.125.99-
YUV156.1857.92195.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.48%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 32 (12.89% from 255) = 7.71%
R=60.48%
G=31.81%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511323200.470.870.0227.496.4855.49
HexFB842002F5721b6037
Octal3732044005712723314067
Binary11111011100001001000000101111101011110110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8420; }

 p { color: rgb(251,132,32); }

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

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

 a { background-color: rgb(251,132,32); }

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

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

 span { border-color: rgb(251,132,32); }

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