Shades of Dark Tangerine #FE9712
Tints of Dark Tangerine #FE9712
RGB
CMYK
RGB Variations
Color information
#FE9712 (or 0xFE9712) is known color: Dark Tangerine. HEX triplet: FE, 97 and 12. RGB value is (254,151,18). Sum of RGB (Red+Green+Blue) = 254+151+18=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9712 is #0168ED. Grayscale: #A7A7A7. Windows color (decimal): -92398 or 1218558. OLE color: 1218558.
HSL color Cylindrical-coordinate representation of color #FE9712: hue angle of 33.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE9712 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 18 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.00 |
| HSL | 33.81º | 0.99% | 0.53% | - |
| HSV(B) | 33.81º | 0.93% | 1% | - |
| XYZ | 52.05 | 43.25 | 6.18 | - |
| YUV | 166.64 | 44.12 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 18 | 0 | 0.41 | 0.93 | 0.00 | 33.81 | 0.99 | 0.53 |
| Hex | FE | 97 | 12 | 0 | 29 | 5D | 0 | 22 | 63 | 35 |
| Octal | 376 | 227 | 22 | 0 | 51 | 135 | 0 | 42 | 143 | 65 |
| Binary | 11111110 | 10010111 | 10010 | 0 | 101001 | 1011101 | 0 | 100010 | 1100011 | 110101 |
Color Harmonies of #FE9712
Complementary color
Monochromatic Colors of #FE9712
Black with #FE9712
Text Example
Text Example
White with #FE9712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9712; }
p { color: rgb(254,151,18); }
H1.HeaderClassName
{
color: #FE9712;
}
.AnyTagClassName
{
color: #FE9712;
}
</style>
background-color css
<style>
a { background-color: #FE9712; }
a { background-color: rgb(254,151,18); }
div.DivClassName
{
background-color: #FE9712;
}
.BgClassName
{
background-color: #FE9712;
}
</style>
border-color css
<style>
span { border-color: #FE9712; }
span { border-color: rgb(254,151,18); }
td.TdClassName
{
border-color: #FE9712;
}
.TagClassName
{
border-color: #FE9712;
}
</style>