Shades of Atomic Tangerine #FF9C5C
Tints of Atomic Tangerine #FF9C5C
RGB
CMYK
RGB Variations
Color information
#FF9C5C (or 0xFF9C5C) is known color: Atomic Tangerine. HEX triplet: FF, 9C and 5C. RGB value is (255,156,92). Sum of RGB (Red+Green+Blue) = 255+156+92=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C5C is #0063A3. Grayscale: #B2B2B2. Windows color (decimal): -25508 or 6069503. OLE color: 6069503.
HSL color Cylindrical-coordinate representation of color #FF9C5C: hue angle of 23.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF9C5C is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 92 | - |
| CMYK | 0 | 0.39 | 0.64 | 0 |
| HSL | 23.56º | 1% | 0.68% | - |
| HSV(B) | 23.56º | 0.64% | 1% | - |
| XYZ | 55.06 | 45.81 | 16.07 | - |
| YUV | 178.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 92 | 0 | 0.39 | 0.64 | 0 | 23.56 | 1 | 0.68 |
| Hex | FF | 9C | 5C | 0 | 27 | 40 | 0 | 18 | 64 | 44 |
| Octal | 377 | 234 | 134 | 0 | 47 | 100 | 0 | 30 | 144 | 104 |
| Binary | 11111111 | 10011100 | 1011100 | 0 | 100111 | 1000000 | 0 | 11000 | 1100100 | 1000100 |
Color Harmonies of #FF9C5C
Complementary color
Monochromatic Colors of #FF9C5C
Black with #FF9C5C
Text Example
Text Example
White with #FF9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C5C; }
p { color: rgb(255,156,92); }
H1.HeaderClassName
{
color: #FF9C5C;
}
.AnyTagClassName
{
color: #FF9C5C;
}
</style>
background-color css
<style>
a { background-color: #FF9C5C; }
a { background-color: rgb(255,156,92); }
div.DivClassName
{
background-color: #FF9C5C;
}
.BgClassName
{
background-color: #FF9C5C;
}
</style>
border-color css
<style>
span { border-color: #FF9C5C; }
span { border-color: rgb(255,156,92); }
td.TdClassName
{
border-color: #FF9C5C;
}
.TagClassName
{
border-color: #FF9C5C;
}
</style>