Shades of Atomic Tangerine #FB965C
Tints of Atomic Tangerine #FB965C
RGB
CMYK
RGB Variations
Color information
#FB965C (or 0xFB965C) is known color: Atomic Tangerine. HEX triplet: FB, 96 and 5C. RGB value is (251,150,92). Sum of RGB (Red+Green+Blue) = 251+150+92=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB965C is #0469A3. Grayscale: #ADADAD. Windows color (decimal): -289188 or 6067963. OLE color: 6067963.
HSL color Cylindrical-coordinate representation of color #FB965C: hue angle of 21.89º degrees, saturation: 0.95, 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 #FB965C is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 92 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.02 |
| HSL | 21.89º | 0.95% | 0.67% | - |
| HSV(B) | 21.89º | 0.63% | 0.98% | - |
| XYZ | 52.62 | 43.09 | 15.67 | - |
| YUV | 173.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 92 | 0 | 0.40 | 0.63 | 0.02 | 21.89 | 0.95 | 0.67 |
| Hex | FB | 96 | 5C | 0 | 28 | 3F | 2 | 16 | 5F | 43 |
| Octal | 373 | 226 | 134 | 0 | 50 | 77 | 2 | 26 | 137 | 103 |
| Binary | 11111011 | 10010110 | 1011100 | 0 | 101000 | 111111 | 10 | 10110 | 1011111 | 1000011 |
Color Harmonies of #FB965C
Complementary color
Monochromatic Colors of #FB965C
Black with #FB965C
Text Example
Text Example
White with #FB965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB965C; }
p { color: rgb(251,150,92); }
H1.HeaderClassName
{
color: #FB965C;
}
.AnyTagClassName
{
color: #FB965C;
}
</style>
background-color css
<style>
a { background-color: #FB965C; }
a { background-color: rgb(251,150,92); }
div.DivClassName
{
background-color: #FB965C;
}
.BgClassName
{
background-color: #FB965C;
}
</style>
border-color css
<style>
span { border-color: #FB965C; }
span { border-color: rgb(251,150,92); }
td.TdClassName
{
border-color: #FB965C;
}
.TagClassName
{
border-color: #FB965C;
}
</style>