Shades of Dark Orange #FD920C
Tints of Dark Orange #FD920C
RGB
CMYK
RGB Variations
Color information
#FD920C (or 0xFD920C) is known color: Dark Orange. HEX triplet: FD, 92 and 0C. RGB value is (253,146,12). Sum of RGB (Red+Green+Blue) = 253+146+12=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD920C is #026DF3. Grayscale: #A3A3A3. Windows color (decimal): -159220 or 824061. OLE color: 824061.
HSL color Cylindrical-coordinate representation of color #FD920C: hue angle of 33.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD920C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.01 |
| HSL | 33.36º | 0.98% | 0.52% | - |
| HSV(B) | 33.36º | 0.95% | 0.99% | - |
| XYZ | 50.85 | 41.47 | 5.67 | - |
| YUV | 162.72 | 42.95 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 12 | 0 | 0.42 | 0.95 | 0.01 | 33.36 | 0.98 | 0.52 |
| Hex | FD | 92 | C | 0 | 2A | 5F | 1 | 21 | 62 | 34 |
| Octal | 375 | 222 | 14 | 0 | 52 | 137 | 1 | 41 | 142 | 64 |
| Binary | 11111101 | 10010010 | 1100 | 0 | 101010 | 1011111 | 1 | 100001 | 1100010 | 110100 |
Color Harmonies of #FD920C
Complementary color
Monochromatic Colors of #FD920C
Black with #FD920C
Text Example
Text Example
White with #FD920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD920C; }
p { color: rgb(253,146,12); }
H1.HeaderClassName
{
color: #FD920C;
}
.AnyTagClassName
{
color: #FD920C;
}
</style>
background-color css
<style>
a { background-color: #FD920C; }
a { background-color: rgb(253,146,12); }
div.DivClassName
{
background-color: #FD920C;
}
.BgClassName
{
background-color: #FD920C;
}
</style>
border-color css
<style>
span { border-color: #FD920C; }
span { border-color: rgb(253,146,12); }
td.TdClassName
{
border-color: #FD920C;
}
.TagClassName
{
border-color: #FD920C;
}
</style>