#FB7E13

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

Shades of Pumpkin #FB7E13

Tints of Pumpkin #FB7E13

Color information

#FB7E13 (or 0xFB7E13) is unknown color: approx Pumpkin. HEX triplet: FB, 7E and 13. RGB value is (251,126,19). Sum of RGB (Red+Green+Blue) = 251+126+19=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7E13 is #0481EC. Grayscale: #979797. Windows color (decimal): -295405 or 1277691. OLE color: 1277691.

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

Color convert

RGB25112619-
CMYK00.500.920.02
HSL27.67º96.67%52.94%-
HSV(B)27.67º92.43%98.43%-
XYZ47.3635.484.97-
YUV151.1853.41199.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.38%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 19 (7.81% from 255) = 4.80%
R=63.38%
G=31.82%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511261900.500.920.0227.6796.6752.94
HexFB7E130325C21c6135
Octal3731762306213423414165
Binary111110111111110100110110010101110010111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7E13; }

 p { color: rgb(251,126,19); }

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

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

 a { background-color: rgb(251,126,19); }

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

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

 span { border-color: rgb(251,126,19); }

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