Shades of Dark Orange #FB920C
Tints of Dark Orange #FB920C
RGB
CMYK
RGB Variations
Color information
#FB920C (or 0xFB920C) is known color: Dark Orange. HEX triplet: FB, 92 and 0C. RGB value is (251,146,12). Sum of RGB (Red+Green+Blue) = 251+146+12=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB920C is #046DF3. Grayscale: #A2A2A2. Windows color (decimal): -290292 or 824059. OLE color: 824059.
HSL color Cylindrical-coordinate representation of color #FB920C: hue angle of 33.64º 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 #FB920C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.02 |
| HSL | 33.64º | 0.97% | 0.52% | - |
| HSV(B) | 33.64º | 0.95% | 0.98% | - |
| XYZ | 50.13 | 41.09 | 5.64 | - |
| YUV | 162.12 | 43.29 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 12 | 0 | 0.42 | 0.95 | 0.02 | 33.64 | 0.97 | 0.52 |
| Hex | FB | 92 | C | 0 | 2A | 5F | 2 | 22 | 61 | 34 |
| Octal | 373 | 222 | 14 | 0 | 52 | 137 | 2 | 42 | 141 | 64 |
| Binary | 11111011 | 10010010 | 1100 | 0 | 101010 | 1011111 | 10 | 100010 | 1100001 | 110100 |
Color Harmonies of #FB920C
Complementary color
Monochromatic Colors of #FB920C
Black with #FB920C
Text Example
Text Example
White with #FB920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB920C; }
p { color: rgb(251,146,12); }
H1.HeaderClassName
{
color: #FB920C;
}
.AnyTagClassName
{
color: #FB920C;
}
</style>
background-color css
<style>
a { background-color: #FB920C; }
a { background-color: rgb(251,146,12); }
div.DivClassName
{
background-color: #FB920C;
}
.BgClassName
{
background-color: #FB920C;
}
</style>
border-color css
<style>
span { border-color: #FB920C; }
span { border-color: rgb(251,146,12); }
td.TdClassName
{
border-color: #FB920C;
}
.TagClassName
{
border-color: #FB920C;
}
</style>