Shades of Atomic Tangerine #FA925B
Tints of Atomic Tangerine #FA925B
RGB
CMYK
RGB Variations
Color information
#FA925B (or 0xFA925B) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 5B. RGB value is (250,146,91). Sum of RGB (Red+Green+Blue) = 250+146+91=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA925B is #056DA4. Grayscale: #ABABAB. Windows color (decimal): -355749 or 6001402. OLE color: 6001402.
HSL color Cylindrical-coordinate representation of color #FA925B: hue angle of 20.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA925B is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 91 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.02 |
| HSL | 20.75º | 0.94% | 0.67% | - |
| HSV(B) | 20.75º | 0.64% | 0.98% | - |
| XYZ | 51.59 | 41.64 | 15.22 | - |
| YUV | 170.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 91 | 0 | 0.42 | 0.64 | 0.02 | 20.75 | 0.94 | 0.67 |
| Hex | FA | 92 | 5B | 0 | 2A | 40 | 2 | 15 | 5E | 43 |
| Octal | 372 | 222 | 133 | 0 | 52 | 100 | 2 | 25 | 136 | 103 |
| Binary | 11111010 | 10010010 | 1011011 | 0 | 101010 | 1000000 | 10 | 10101 | 1011110 | 1000011 |
Color Harmonies of #FA925B
Complementary color
Monochromatic Colors of #FA925B
Black with #FA925B
Text Example
Text Example
White with #FA925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA925B; }
p { color: rgb(250,146,91); }
H1.HeaderClassName
{
color: #FA925B;
}
.AnyTagClassName
{
color: #FA925B;
}
</style>
background-color css
<style>
a { background-color: #FA925B; }
a { background-color: rgb(250,146,91); }
div.DivClassName
{
background-color: #FA925B;
}
.BgClassName
{
background-color: #FA925B;
}
</style>
border-color css
<style>
span { border-color: #FA925B; }
span { border-color: rgb(250,146,91); }
td.TdClassName
{
border-color: #FA925B;
}
.TagClassName
{
border-color: #FA925B;
}
</style>