Shades of Atomic Tangerine #FF9462
Tints of Atomic Tangerine #FF9462
RGB
CMYK
RGB Variations
Color information
#FF9462 (or 0xFF9462) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 62. RGB value is (255,148,98). Sum of RGB (Red+Green+Blue) = 255+148+98=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9462 is #006B9D. Grayscale: #AEAEAE. Windows color (decimal): -27550 or 6460671. OLE color: 6460671.
HSL color Cylindrical-coordinate representation of color #FF9462: hue angle of 19.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF9462 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 98 | - |
| CMYK | 0 | 0.42 | 0.62 | 0 |
| HSL | 19.11º | 1% | 0.69% | - |
| HSV(B) | 19.11º | 0.62% | 1% | - |
| XYZ | 54.03 | 43.32 | 17.07 | - |
| YUV | 174.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 98 | 0 | 0.42 | 0.62 | 0 | 19.11 | 1 | 0.69 |
| Hex | FF | 94 | 62 | 0 | 2A | 3E | 0 | 13 | 64 | 45 |
| Octal | 377 | 224 | 142 | 0 | 52 | 76 | 0 | 23 | 144 | 105 |
| Binary | 11111111 | 10010100 | 1100010 | 0 | 101010 | 111110 | 0 | 10011 | 1100100 | 1000101 |
Color Harmonies of #FF9462
Complementary color
Monochromatic Colors of #FF9462
Black with #FF9462
Text Example
Text Example
White with #FF9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9462; }
p { color: rgb(255,148,98); }
H1.HeaderClassName
{
color: #FF9462;
}
.AnyTagClassName
{
color: #FF9462;
}
</style>
background-color css
<style>
a { background-color: #FF9462; }
a { background-color: rgb(255,148,98); }
div.DivClassName
{
background-color: #FF9462;
}
.BgClassName
{
background-color: #FF9462;
}
</style>
border-color css
<style>
span { border-color: #FF9462; }
span { border-color: rgb(255,148,98); }
td.TdClassName
{
border-color: #FF9462;
}
.TagClassName
{
border-color: #FF9462;
}
</style>