Shades of Pumpkin #FB6C0D
Tints of Pumpkin #FB6C0D
RGB
CMYK
RGB Variations
Color information
#FB6C0D (or 0xFB6C0D) is known color: Pumpkin. HEX triplet: FB, 6C and 0D. RGB value is (251,108,13). Sum of RGB (Red+Green+Blue) = 251+108+13=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6C0D is #0493F2. Grayscale: #8C8C8C. Windows color (decimal): -300019 or 879867. OLE color: 879867.
HSL color Cylindrical-coordinate representation of color #FB6C0D: hue angle of 23.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB6C0D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.02 |
| HSL | 23.95º | 0.97% | 0.52% | - |
| HSV(B) | 23.95º | 0.95% | 0.98% | - |
| XYZ | 45.22 | 31.26 | 4.03 | - |
| YUV | 139.93 | 56.38 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 13 | 0 | 0.57 | 0.95 | 0.02 | 23.95 | 0.97 | 0.52 |
| Hex | FB | 6C | D | 0 | 39 | 5F | 2 | 18 | 61 | 34 |
| Octal | 373 | 154 | 15 | 0 | 71 | 137 | 2 | 30 | 141 | 64 |
| Binary | 11111011 | 1101100 | 1101 | 0 | 111001 | 1011111 | 10 | 11000 | 1100001 | 110100 |
Color Harmonies of #FB6C0D
Complementary color
Monochromatic Colors of #FB6C0D
Black with #FB6C0D
Text Example
Text Example
White with #FB6C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C0D; }
p { color: rgb(251,108,13); }
H1.HeaderClassName
{
color: #FB6C0D;
}
.AnyTagClassName
{
color: #FB6C0D;
}
</style>
background-color css
<style>
a { background-color: #FB6C0D; }
a { background-color: rgb(251,108,13); }
div.DivClassName
{
background-color: #FB6C0D;
}
.BgClassName
{
background-color: #FB6C0D;
}
</style>
border-color css
<style>
span { border-color: #FB6C0D; }
span { border-color: rgb(251,108,13); }
td.TdClassName
{
border-color: #FB6C0D;
}
.TagClassName
{
border-color: #FB6C0D;
}
</style>