Shades of Atomic Tangerine #F4945C
Tints of Atomic Tangerine #F4945C
RGB
CMYK
RGB Variations
Color information
#F4945C (or 0xF4945C) is known color: Atomic Tangerine. HEX triplet: F4, 94 and 5C. RGB value is (244,148,92). Sum of RGB (Red+Green+Blue) = 244+148+92=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4945C is #0B6BA3. Grayscale: #AAAAAA. Windows color (decimal): -748452 or 6067444. OLE color: 6067444.
HSL color Cylindrical-coordinate representation of color #F4945C: hue angle of 22.11º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4945C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 92 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.04 |
| HSL | 22.11º | 0.87% | 0.66% | - |
| HSV(B) | 22.11º | 0.62% | 0.96% | - |
| XYZ | 49.83 | 41.19 | 15.45 | - |
| YUV | 170.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 92 | 0 | 0.39 | 0.62 | 0.04 | 22.11 | 0.87 | 0.66 |
| Hex | F4 | 94 | 5C | 0 | 27 | 3E | 4 | 16 | 57 | 42 |
| Octal | 364 | 224 | 134 | 0 | 47 | 76 | 4 | 26 | 127 | 102 |
| Binary | 11110100 | 10010100 | 1011100 | 0 | 100111 | 111110 | 100 | 10110 | 1010111 | 1000010 |
Color Harmonies of #F4945C
Complementary color
Monochromatic Colors of #F4945C
Black with #F4945C
Text Example
Text Example
White with #F4945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4945C; }
p { color: rgb(244,148,92); }
H1.HeaderClassName
{
color: #F4945C;
}
.AnyTagClassName
{
color: #F4945C;
}
</style>
background-color css
<style>
a { background-color: #F4945C; }
a { background-color: rgb(244,148,92); }
div.DivClassName
{
background-color: #F4945C;
}
.BgClassName
{
background-color: #F4945C;
}
</style>
border-color css
<style>
span { border-color: #F4945C; }
span { border-color: rgb(244,148,92); }
td.TdClassName
{
border-color: #F4945C;
}
.TagClassName
{
border-color: #F4945C;
}
</style>