Shades of Atomic Tangerine #F9925B
Tints of Atomic Tangerine #F9925B
RGB
CMYK
RGB Variations
Color information
#F9925B (or 0xF9925B) is known color: Atomic Tangerine. HEX triplet: F9, 92 and 5B. RGB value is (249,146,91). Sum of RGB (Red+Green+Blue) = 249+146+91=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9925B is #066DA4. Grayscale: #AAAAAA. Windows color (decimal): -421285 or 6001401. OLE color: 6001401.
HSL color Cylindrical-coordinate representation of color #F9925B: hue angle of 20.89º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9925B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 91 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.02 |
| HSL | 20.89º | 0.93% | 0.67% | - |
| HSV(B) | 20.89º | 0.63% | 0.98% | - |
| XYZ | 51.23 | 41.45 | 15.2 | - |
| YUV | 170.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 91 | 0 | 0.41 | 0.63 | 0.02 | 20.89 | 0.93 | 0.67 |
| Hex | F9 | 92 | 5B | 0 | 29 | 3F | 2 | 15 | 5D | 43 |
| Octal | 371 | 222 | 133 | 0 | 51 | 77 | 2 | 25 | 135 | 103 |
| Binary | 11111001 | 10010010 | 1011011 | 0 | 101001 | 111111 | 10 | 10101 | 1011101 | 1000011 |
Color Harmonies of #F9925B
Complementary color
Monochromatic Colors of #F9925B
Black with #F9925B
Text Example
Text Example
White with #F9925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9925B; }
p { color: rgb(249,146,91); }
H1.HeaderClassName
{
color: #F9925B;
}
.AnyTagClassName
{
color: #F9925B;
}
</style>
background-color css
<style>
a { background-color: #F9925B; }
a { background-color: rgb(249,146,91); }
div.DivClassName
{
background-color: #F9925B;
}
.BgClassName
{
background-color: #F9925B;
}
</style>
border-color css
<style>
span { border-color: #F9925B; }
span { border-color: rgb(249,146,91); }
td.TdClassName
{
border-color: #F9925B;
}
.TagClassName
{
border-color: #F9925B;
}
</style>