#FB7022

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

Shades of Pumpkin #FB7022

Tints of Pumpkin #FB7022

Color information

#FB7022 (or 0xFB7022) is unknown color: approx Pumpkin. HEX triplet: FB, 70 and 22. RGB value is (251,112,34). Sum of RGB (Red+Green+Blue) = 251+112+34=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7022 is #048FDD. Grayscale: #919191. Windows color (decimal): -298974 or 2257147. OLE color: 2257147.

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

Color convert

RGB25111234-
CMYK00.550.860.02
HSL21.57º96.44%55.88%-
HSV(B)21.57º86.45%98.43%-
XYZ45.8732.215.31-
YUV144.6765.55203.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.22%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 34 (13.67% from 255) = 8.56%
R=63.22%
G=28.21%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511123400.550.860.0221.5796.4455.88
HexFB7022037562166038
Octal3731604206712622614070
Binary1111101111100001000100110111101011010101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7022; }

 p { color: rgb(251,112,34); }

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

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

 a { background-color: rgb(251,112,34); }

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

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

 span { border-color: rgb(251,112,34); }

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