#FB7B1E

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

Shades of Pumpkin #FB7B1E

Tints of Pumpkin #FB7B1E

Color information

#FB7B1E (or 0xFB7B1E) is unknown color: approx Pumpkin. HEX triplet: FB, 7B and 1E. RGB value is (251,123,30). Sum of RGB (Red+Green+Blue) = 251+123+30=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7B1E is #0484E1. Grayscale: #979797. Windows color (decimal): -296162 or 1997819. OLE color: 1997819.

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

Color convert

RGB25112330-
CMYK00.510.880.02
HSL25.25º96.51%55.1%-
HSV(B)25.25º88.05%98.43%-
XYZ47.134.775.46-
YUV150.6759.91199.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 62.13%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 30 (12.11% from 255) = 7.43%
R=62.13%
G=30.45%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511233000.510.880.0225.2596.5155.1
HexFB7B1E033582196137
Octal3731733606313023114167
Binary111110111111011111100110011101100010110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7B1E; }

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

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

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

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

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

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

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

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