Shades of Dark Orange #FB940D
Tints of Dark Orange #FB940D
RGB
CMYK
RGB Variations
Color information
#FB940D (or 0xFB940D) is known color: Dark Orange. HEX triplet: FB, 94 and 0D. RGB value is (251,148,13). Sum of RGB (Red+Green+Blue) = 251+148+13=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB940D is #046BF2. Grayscale: #A4A4A4. Windows color (decimal): -289779 or 890107. OLE color: 890107.
HSL color Cylindrical-coordinate representation of color #FB940D: hue angle of 34.03º 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 #FB940D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.02 |
| HSL | 34.03º | 0.97% | 0.52% | - |
| HSV(B) | 34.03º | 0.95% | 0.98% | - |
| XYZ | 50.45 | 41.72 | 5.77 | - |
| YUV | 163.41 | 43.12 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 13 | 0 | 0.41 | 0.95 | 0.02 | 34.03 | 0.97 | 0.52 |
| Hex | FB | 94 | D | 0 | 29 | 5F | 2 | 22 | 61 | 34 |
| Octal | 373 | 224 | 15 | 0 | 51 | 137 | 2 | 42 | 141 | 64 |
| Binary | 11111011 | 10010100 | 1101 | 0 | 101001 | 1011111 | 10 | 100010 | 1100001 | 110100 |
Color Harmonies of #FB940D
Complementary color
Monochromatic Colors of #FB940D
Black with #FB940D
Text Example
Text Example
White with #FB940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB940D; }
p { color: rgb(251,148,13); }
H1.HeaderClassName
{
color: #FB940D;
}
.AnyTagClassName
{
color: #FB940D;
}
</style>
background-color css
<style>
a { background-color: #FB940D; }
a { background-color: rgb(251,148,13); }
div.DivClassName
{
background-color: #FB940D;
}
.BgClassName
{
background-color: #FB940D;
}
</style>
border-color css
<style>
span { border-color: #FB940D; }
span { border-color: rgb(251,148,13); }
td.TdClassName
{
border-color: #FB940D;
}
.TagClassName
{
border-color: #FB940D;
}
</style>