Shades of Atomic Tangerine #FA9C5E
Tints of Atomic Tangerine #FA9C5E
RGB
CMYK
RGB Variations
Color information
#FA9C5E (or 0xFA9C5E) is known color: Atomic Tangerine. HEX triplet: FA, 9C and 5E. RGB value is (250,156,94). Sum of RGB (Red+Green+Blue) = 250+156+94=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9C5E is #0563A1. Grayscale: #B1B1B1. Windows color (decimal): -353186 or 6200570. OLE color: 6200570.
HSL color Cylindrical-coordinate representation of color #FA9C5E: hue angle of 23.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA9C5E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 156 | 94 | - |
CMYK | 0 | 0.38 | 0.62 | 0.02 |
HSL | 23.85º | 0.94% | 0.67% | - |
HSV(B) | 23.85º | 0.62% | 0.98% | - |
XYZ | 53.33 | 44.91 | 16.45 | - |
YUV | 177.04 | 81.14 | 180.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 156 | 94 | 0 | 0.38 | 0.62 | 0.02 | 23.85 | 0.94 | 0.67 |
Hex | FA | 9C | 5E | 0 | 26 | 3E | 2 | 18 | 5E | 43 |
Octal | 372 | 234 | 136 | 0 | 46 | 76 | 2 | 30 | 136 | 103 |
Binary | 11111010 | 10011100 | 1011110 | 0 | 100110 | 111110 | 10 | 11000 | 1011110 | 1000011 |
Color Harmonies of #FA9C5E
Complementary color
Monochromatic Colors of #FA9C5E
Black with #FA9C5E
Text Example
Text Example
White with #FA9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C5E; }
p { color: rgb(250,156,94); }
H1.HeaderClassName
{
color: #FA9C5E;
}
.AnyTagClassName
{
color: #FA9C5E;
}
</style>
background-color css
<style>
a { background-color: #FA9C5E; }
a { background-color: rgb(250,156,94); }
div.DivClassName
{
background-color: #FA9C5E;
}
.BgClassName
{
background-color: #FA9C5E;
}
</style>
border-color css
<style>
span { border-color: #FA9C5E; }
span { border-color: rgb(250,156,94); }
td.TdClassName
{
border-color: #FA9C5E;
}
.TagClassName
{
border-color: #FA9C5E;
}
</style>