Shades of Pumpkin #FB671A
Tints of Pumpkin #FB671A
RGB
CMYK
RGB Variations
Color information
#FB671A (or 0xFB671A) is known color: Pumpkin. HEX triplet: FB, 67 and 1A. RGB value is (251,103,26). Sum of RGB (Red+Green+Blue) = 251+103+26=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB671A is #0498E5. Grayscale: #8A8A8A. Windows color (decimal): -301286 or 1730555. OLE color: 1730555.
HSL color Cylindrical-coordinate representation of color #FB671A: hue angle of 20.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB671A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 26 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.02 |
| HSL | 20.53º | 0.97% | 0.54% | - |
| HSV(B) | 20.53º | 0.9% | 0.98% | - |
| XYZ | 44.82 | 30.28 | 4.46 | - |
| YUV | 138.47 | 64.53 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 26 | 0 | 0.59 | 0.90 | 0.02 | 20.53 | 0.97 | 0.54 |
| Hex | FB | 67 | 1A | 0 | 3B | 5A | 2 | 15 | 61 | 36 |
| Octal | 373 | 147 | 32 | 0 | 73 | 132 | 2 | 25 | 141 | 66 |
| Binary | 11111011 | 1100111 | 11010 | 0 | 111011 | 1011010 | 10 | 10101 | 1100001 | 110110 |
Color Harmonies of #FB671A
Complementary color
Monochromatic Colors of #FB671A
Black with #FB671A
Text Example
Text Example
White with #FB671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB671A; }
p { color: rgb(251,103,26); }
H1.HeaderClassName
{
color: #FB671A;
}
.AnyTagClassName
{
color: #FB671A;
}
</style>
background-color css
<style>
a { background-color: #FB671A; }
a { background-color: rgb(251,103,26); }
div.DivClassName
{
background-color: #FB671A;
}
.BgClassName
{
background-color: #FB671A;
}
</style>
border-color css
<style>
span { border-color: #FB671A; }
span { border-color: rgb(251,103,26); }
td.TdClassName
{
border-color: #FB671A;
}
.TagClassName
{
border-color: #FB671A;
}
</style>