Shades of Atomic Tangerine #F4966A
Tints of Atomic Tangerine #F4966A
RGB
CMYK
RGB Variations
Color information
#F4966A (or 0xF4966A) is known color: Atomic Tangerine. HEX triplet: F4, 96 and 6A. RGB value is (244,150,106). Sum of RGB (Red+Green+Blue) = 244+150+106=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4966A is #0B6995. Grayscale: #ADADAD. Windows color (decimal): -747926 or 6985460. OLE color: 6985460.
HSL color Cylindrical-coordinate representation of color #F4966A: hue angle of 19.13º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4966A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 106 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.04 |
| HSL | 19.13º | 0.86% | 0.69% | - |
| HSV(B) | 19.13º | 0.57% | 0.96% | - |
| XYZ | 50.82 | 42.09 | 19.08 | - |
| YUV | 173.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 106 | 0 | 0.39 | 0.57 | 0.04 | 19.13 | 0.86 | 0.69 |
| Hex | F4 | 96 | 6A | 0 | 27 | 39 | 4 | 13 | 56 | 45 |
| Octal | 364 | 226 | 152 | 0 | 47 | 71 | 4 | 23 | 126 | 105 |
| Binary | 11110100 | 10010110 | 1101010 | 0 | 100111 | 111001 | 100 | 10011 | 1010110 | 1000101 |
Color Harmonies of #F4966A
Complementary color
Monochromatic Colors of #F4966A
Black with #F4966A
Text Example
Text Example
White with #F4966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4966A; }
p { color: rgb(244,150,106); }
H1.HeaderClassName
{
color: #F4966A;
}
.AnyTagClassName
{
color: #F4966A;
}
</style>
background-color css
<style>
a { background-color: #F4966A; }
a { background-color: rgb(244,150,106); }
div.DivClassName
{
background-color: #F4966A;
}
.BgClassName
{
background-color: #F4966A;
}
</style>
border-color css
<style>
span { border-color: #F4966A; }
span { border-color: rgb(244,150,106); }
td.TdClassName
{
border-color: #F4966A;
}
.TagClassName
{
border-color: #F4966A;
}
</style>