Shades of Dark Orange #FB930C
Tints of Dark Orange #FB930C
RGB
CMYK
RGB Variations
Color information
#FB930C (or 0xFB930C) is known color: Dark Orange. HEX triplet: FB, 93 and 0C. RGB value is (251,147,12). Sum of RGB (Red+Green+Blue) = 251+147+12=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB930C is #046CF3. Grayscale: #A3A3A3. Windows color (decimal): -290036 or 824315. OLE color: 824315.
HSL color Cylindrical-coordinate representation of color #FB930C: hue angle of 33.89º 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 #FB930C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.02 |
| HSL | 33.89º | 0.97% | 0.52% | - |
| HSV(B) | 33.89º | 0.95% | 0.98% | - |
| XYZ | 50.28 | 41.4 | 5.69 | - |
| YUV | 162.71 | 42.96 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 12 | 0 | 0.41 | 0.95 | 0.02 | 33.89 | 0.97 | 0.52 |
| Hex | FB | 93 | C | 0 | 29 | 5F | 2 | 22 | 61 | 34 |
| Octal | 373 | 223 | 14 | 0 | 51 | 137 | 2 | 42 | 141 | 64 |
| Binary | 11111011 | 10010011 | 1100 | 0 | 101001 | 1011111 | 10 | 100010 | 1100001 | 110100 |
Color Harmonies of #FB930C
Complementary color
Monochromatic Colors of #FB930C
Black with #FB930C
Text Example
Text Example
White with #FB930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB930C; }
p { color: rgb(251,147,12); }
H1.HeaderClassName
{
color: #FB930C;
}
.AnyTagClassName
{
color: #FB930C;
}
</style>
background-color css
<style>
a { background-color: #FB930C; }
a { background-color: rgb(251,147,12); }
div.DivClassName
{
background-color: #FB930C;
}
.BgClassName
{
background-color: #FB930C;
}
</style>
border-color css
<style>
span { border-color: #FB930C; }
span { border-color: rgb(251,147,12); }
td.TdClassName
{
border-color: #FB930C;
}
.TagClassName
{
border-color: #FB930C;
}
</style>