#FB7C1F

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

Shades of Pumpkin #FB7C1F

Tints of Pumpkin #FB7C1F

Color information

#FB7C1F (or 0xFB7C1F) is unknown color: approx Pumpkin. HEX triplet: FB, 7C and 1F. RGB value is (251,124,31). Sum of RGB (Red+Green+Blue) = 251+124+31=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C1F is #0483E0. Grayscale: #979797. Windows color (decimal): -295905 or 2063611. OLE color: 2063611.

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

Color convert

RGB25112431-
CMYK00.510.880.02
HSL25.36º96.49%55.29%-
HSV(B)25.36º87.65%98.43%-
XYZ47.2435.025.57-
YUV151.3760.08199.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.82%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 31 (12.5% from 255) = 7.64%
R=61.82%
G=30.54%
B=7.64%

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
Decimal2511243100.510.880.0225.3696.4955.29
HexFB7C1F033582196037
Octal3731743706313023114067
Binary111110111111100111110110011101100010110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7C1F; }

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

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

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

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

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

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

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

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