Shades of Dark Orange #FB870F
Tints of Dark Orange #FB870F
RGB
CMYK
RGB Variations
Color information
#FB870F (or 0xFB870F) is known color: Dark Orange. HEX triplet: FB, 87 and 0F. RGB value is (251,135,15). Sum of RGB (Red+Green+Blue) = 251+135+15=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB870F is #0478F0. Grayscale: #9C9C9C. Windows color (decimal): -293105 or 1017851. OLE color: 1017851.
HSL color Cylindrical-coordinate representation of color #FB870F: hue angle of 30.51º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB870F is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 15 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.02 |
| HSL | 30.51º | 0.97% | 0.52% | - |
| HSV(B) | 30.51º | 0.94% | 0.98% | - |
| XYZ | 48.53 | 37.87 | 5.2 | - |
| YUV | 156 | 48.43 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 15 | 0 | 0.46 | 0.94 | 0.02 | 30.51 | 0.97 | 0.52 |
| Hex | FB | 87 | F | 0 | 2E | 5E | 2 | 1F | 61 | 34 |
| Octal | 373 | 207 | 17 | 0 | 56 | 136 | 2 | 37 | 141 | 64 |
| Binary | 11111011 | 10000111 | 1111 | 0 | 101110 | 1011110 | 10 | 11111 | 1100001 | 110100 |
Color Harmonies of #FB870F
Complementary color
Monochromatic Colors of #FB870F
Black with #FB870F
Text Example
Text Example
White with #FB870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB870F; }
p { color: rgb(251,135,15); }
H1.HeaderClassName
{
color: #FB870F;
}
.AnyTagClassName
{
color: #FB870F;
}
</style>
background-color css
<style>
a { background-color: #FB870F; }
a { background-color: rgb(251,135,15); }
div.DivClassName
{
background-color: #FB870F;
}
.BgClassName
{
background-color: #FB870F;
}
</style>
border-color css
<style>
span { border-color: #FB870F; }
span { border-color: rgb(251,135,15); }
td.TdClassName
{
border-color: #FB870F;
}
.TagClassName
{
border-color: #FB870F;
}
</style>