Shades of Pumpkin #FB641A
Tints of Pumpkin #FB641A
RGB
CMYK
RGB Variations
Color information
#FB641A (or 0xFB641A) is known color: Pumpkin. HEX triplet: FB, 64 and 1A. RGB value is (251,100,26). Sum of RGB (Red+Green+Blue) = 251+100+26=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB641A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB641A is #049BE5. Grayscale: #898989. Windows color (decimal): -302054 or 1729787. OLE color: 1729787.
HSL color Cylindrical-coordinate representation of color #FB641A: hue angle of 19.73º 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 #FB641A is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 26 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.02 |
| HSL | 19.73º | 0.97% | 0.54% | - |
| HSV(B) | 19.73º | 0.9% | 0.98% | - |
| XYZ | 44.53 | 29.7 | 4.36 | - |
| YUV | 136.71 | 65.53 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 26 | 0 | 0.60 | 0.90 | 0.02 | 19.73 | 0.97 | 0.54 |
| Hex | FB | 64 | 1A | 0 | 3C | 5A | 2 | 14 | 61 | 36 |
| Octal | 373 | 144 | 32 | 0 | 74 | 132 | 2 | 24 | 141 | 66 |
| Binary | 11111011 | 1100100 | 11010 | 0 | 111100 | 1011010 | 10 | 10100 | 1100001 | 110110 |
Color Harmonies of #FB641A
Complementary color
Monochromatic Colors of #FB641A
Black with #FB641A
Text Example
Text Example
White with #FB641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB641A; }
p { color: rgb(251,100,26); }
H1.HeaderClassName
{
color: #FB641A;
}
.AnyTagClassName
{
color: #FB641A;
}
</style>
background-color css
<style>
a { background-color: #FB641A; }
a { background-color: rgb(251,100,26); }
div.DivClassName
{
background-color: #FB641A;
}
.BgClassName
{
background-color: #FB641A;
}
</style>
border-color css
<style>
span { border-color: #FB641A; }
span { border-color: rgb(251,100,26); }
td.TdClassName
{
border-color: #FB641A;
}
.TagClassName
{
border-color: #FB641A;
}
</style>