Shades of Atomic Tangerine #FE9765
Tints of Atomic Tangerine #FE9765
RGB
CMYK
RGB Variations
Color information
#FE9765 (or 0xFE9765) is known color: Atomic Tangerine. HEX triplet: FE, 97 and 65. RGB value is (254,151,101). Sum of RGB (Red+Green+Blue) = 254+151+101=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9765 is #01689A. Grayscale: #B0B0B0. Windows color (decimal): -92315 or 6658046. OLE color: 6658046.
HSL color Cylindrical-coordinate representation of color #FE9765: hue angle of 19.61º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE9765 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 101 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.00 |
| HSL | 19.61º | 0.99% | 0.7% | - |
| HSV(B) | 19.61º | 0.6% | 1% | - |
| XYZ | 54.29 | 44.14 | 17.97 | - |
| YUV | 176.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 101 | 0 | 0.41 | 0.60 | 0.00 | 19.61 | 0.99 | 0.7 |
| Hex | FE | 97 | 65 | 0 | 29 | 3C | 0 | 14 | 63 | 46 |
| Octal | 376 | 227 | 145 | 0 | 51 | 74 | 0 | 24 | 143 | 106 |
| Binary | 11111110 | 10010111 | 1100101 | 0 | 101001 | 111100 | 0 | 10100 | 1100011 | 1000110 |
Color Harmonies of #FE9765
Complementary color
Monochromatic Colors of #FE9765
Black with #FE9765
Text Example
Text Example
White with #FE9765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9765; }
p { color: rgb(254,151,101); }
H1.HeaderClassName
{
color: #FE9765;
}
.AnyTagClassName
{
color: #FE9765;
}
</style>
background-color css
<style>
a { background-color: #FE9765; }
a { background-color: rgb(254,151,101); }
div.DivClassName
{
background-color: #FE9765;
}
.BgClassName
{
background-color: #FE9765;
}
</style>
border-color css
<style>
span { border-color: #FE9765; }
span { border-color: rgb(254,151,101); }
td.TdClassName
{
border-color: #FE9765;
}
.TagClassName
{
border-color: #FE9765;
}
</style>