Shades of Dark Orange #FB940C
Tints of Dark Orange #FB940C
RGB
CMYK
RGB Variations
Color information
#FB940C (or 0xFB940C) is known color: Dark Orange. HEX triplet: FB, 94 and 0C. RGB value is (251,148,12). Sum of RGB (Red+Green+Blue) = 251+148+12=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB940C is #046BF3. Grayscale: #A3A3A3. Windows color (decimal): -289780 or 824571. OLE color: 824571.
HSL color Cylindrical-coordinate representation of color #FB940C: hue angle of 34.14º 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 #FB940C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.02 |
| HSL | 34.14º | 0.97% | 0.52% | - |
| HSV(B) | 34.14º | 0.95% | 0.98% | - |
| XYZ | 50.44 | 41.72 | 5.74 | - |
| YUV | 163.29 | 42.62 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 12 | 0 | 0.41 | 0.95 | 0.02 | 34.14 | 0.97 | 0.52 |
| Hex | FB | 94 | C | 0 | 29 | 5F | 2 | 22 | 61 | 34 |
| Octal | 373 | 224 | 14 | 0 | 51 | 137 | 2 | 42 | 141 | 64 |
| Binary | 11111011 | 10010100 | 1100 | 0 | 101001 | 1011111 | 10 | 100010 | 1100001 | 110100 |
Color Harmonies of #FB940C
Complementary color
Monochromatic Colors of #FB940C
Black with #FB940C
Text Example
Text Example
White with #FB940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB940C; }
p { color: rgb(251,148,12); }
H1.HeaderClassName
{
color: #FB940C;
}
.AnyTagClassName
{
color: #FB940C;
}
</style>
background-color css
<style>
a { background-color: #FB940C; }
a { background-color: rgb(251,148,12); }
div.DivClassName
{
background-color: #FB940C;
}
.BgClassName
{
background-color: #FB940C;
}
</style>
border-color css
<style>
span { border-color: #FB940C; }
span { border-color: rgb(251,148,12); }
td.TdClassName
{
border-color: #FB940C;
}
.TagClassName
{
border-color: #FB940C;
}
</style>