Shades of Dark Tangerine #FE9C0D
Tints of Dark Tangerine #FE9C0D
RGB
CMYK
RGB Variations
Color information
#FE9C0D (or 0xFE9C0D) is known color: Dark Tangerine. HEX triplet: FE, 9C and 0D. RGB value is (254,156,13). Sum of RGB (Red+Green+Blue) = 254+156+13=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9C0D is #0163F2. Grayscale: #A9A9A9. Windows color (decimal): -91123 or 892158. OLE color: 892158.
HSL color Cylindrical-coordinate representation of color #FE9C0D: hue angle of 35.6º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE9C0D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.00 |
| HSL | 35.6º | 0.99% | 0.52% | - |
| HSV(B) | 35.6º | 0.95% | 1% | - |
| XYZ | 52.83 | 44.88 | 6.26 | - |
| YUV | 169 | 39.97 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 13 | 0 | 0.39 | 0.95 | 0.00 | 35.6 | 0.99 | 0.52 |
| Hex | FE | 9C | D | 0 | 27 | 5F | 0 | 24 | 63 | 34 |
| Octal | 376 | 234 | 15 | 0 | 47 | 137 | 0 | 44 | 143 | 64 |
| Binary | 11111110 | 10011100 | 1101 | 0 | 100111 | 1011111 | 0 | 100100 | 1100011 | 110100 |
Color Harmonies of #FE9C0D
Complementary color
Monochromatic Colors of #FE9C0D
Black with #FE9C0D
Text Example
Text Example
White with #FE9C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C0D; }
p { color: rgb(254,156,13); }
H1.HeaderClassName
{
color: #FE9C0D;
}
.AnyTagClassName
{
color: #FE9C0D;
}
</style>
background-color css
<style>
a { background-color: #FE9C0D; }
a { background-color: rgb(254,156,13); }
div.DivClassName
{
background-color: #FE9C0D;
}
.BgClassName
{
background-color: #FE9C0D;
}
</style>
border-color css
<style>
span { border-color: #FE9C0D; }
span { border-color: rgb(254,156,13); }
td.TdClassName
{
border-color: #FE9C0D;
}
.TagClassName
{
border-color: #FE9C0D;
}
</style>