Shades of Dark Tangerine #FE9915
Tints of Dark Tangerine #FE9915
RGB
CMYK
RGB Variations
Color information
#FE9915 (or 0xFE9915) is known color: Dark Tangerine. HEX triplet: FE, 99 and 15. RGB value is (254,153,21). Sum of RGB (Red+Green+Blue) = 254+153+21=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9915 is #0166EA. Grayscale: #A8A8A8. Windows color (decimal): -91883 or 1415678. OLE color: 1415678.
HSL color Cylindrical-coordinate representation of color #FE9915: hue angle of 33.99º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE9915 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 21 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.00 |
| HSL | 33.99º | 0.99% | 0.54% | - |
| HSV(B) | 33.99º | 0.92% | 1% | - |
| XYZ | 52.4 | 43.91 | 6.42 | - |
| YUV | 168.15 | 44.96 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 21 | 0 | 0.40 | 0.92 | 0.00 | 33.99 | 0.99 | 0.54 |
| Hex | FE | 99 | 15 | 0 | 28 | 5C | 0 | 22 | 63 | 36 |
| Octal | 376 | 231 | 25 | 0 | 50 | 134 | 0 | 42 | 143 | 66 |
| Binary | 11111110 | 10011001 | 10101 | 0 | 101000 | 1011100 | 0 | 100010 | 1100011 | 110110 |
Color Harmonies of #FE9915
Complementary color
Monochromatic Colors of #FE9915
Black with #FE9915
Text Example
Text Example
White with #FE9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9915; }
p { color: rgb(254,153,21); }
H1.HeaderClassName
{
color: #FE9915;
}
.AnyTagClassName
{
color: #FE9915;
}
</style>
background-color css
<style>
a { background-color: #FE9915; }
a { background-color: rgb(254,153,21); }
div.DivClassName
{
background-color: #FE9915;
}
.BgClassName
{
background-color: #FE9915;
}
</style>
border-color css
<style>
span { border-color: #FE9915; }
span { border-color: rgb(254,153,21); }
td.TdClassName
{
border-color: #FE9915;
}
.TagClassName
{
border-color: #FE9915;
}
</style>