Shades of Atomic Tangerine #FF9467
Tints of Atomic Tangerine #FF9467
RGB
CMYK
RGB Variations
Color information
#FF9467 (or 0xFF9467) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 67. RGB value is (255,148,103). Sum of RGB (Red+Green+Blue) = 255+148+103=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9467 is #006B98. Grayscale: #AFAFAF. Windows color (decimal): -27545 or 6788351. OLE color: 6788351.
HSL color Cylindrical-coordinate representation of color #FF9467: hue angle of 17.76º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9467 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 103 | - |
| CMYK | 0 | 0.42 | 0.60 | 0 |
| HSL | 17.76º | 1% | 0.7% | - |
| HSV(B) | 17.76º | 0.6% | 1% | - |
| XYZ | 54.28 | 43.42 | 18.35 | - |
| YUV | 174.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 103 | 0 | 0.42 | 0.60 | 0 | 17.76 | 1 | 0.7 |
| Hex | FF | 94 | 67 | 0 | 2A | 3C | 0 | 12 | 64 | 46 |
| Octal | 377 | 224 | 147 | 0 | 52 | 74 | 0 | 22 | 144 | 106 |
| Binary | 11111111 | 10010100 | 1100111 | 0 | 101010 | 111100 | 0 | 10010 | 1100100 | 1000110 |
Color Harmonies of #FF9467
Complementary color
Monochromatic Colors of #FF9467
Black with #FF9467
Text Example
Text Example
White with #FF9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9467; }
p { color: rgb(255,148,103); }
H1.HeaderClassName
{
color: #FF9467;
}
.AnyTagClassName
{
color: #FF9467;
}
</style>
background-color css
<style>
a { background-color: #FF9467; }
a { background-color: rgb(255,148,103); }
div.DivClassName
{
background-color: #FF9467;
}
.BgClassName
{
background-color: #FF9467;
}
</style>
border-color css
<style>
span { border-color: #FF9467; }
span { border-color: rgb(255,148,103); }
td.TdClassName
{
border-color: #FF9467;
}
.TagClassName
{
border-color: #FF9467;
}
</style>