Shades of Dark Tangerine #FBAF0F
Tints of Dark Tangerine #FBAF0F
RGB
CMYK
RGB Variations
Color information
#FBAF0F (or 0xFBAF0F) is known color: Dark Tangerine. HEX triplet: FB, AF and 0F. RGB value is (251,175,15). Sum of RGB (Red+Green+Blue) = 251+175+15=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAF0F is #0450F0. Grayscale: #B4B4B4. Windows color (decimal): -282865 or 1028091. OLE color: 1028091.
HSL color Cylindrical-coordinate representation of color #FBAF0F: hue angle of 40.68º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBAF0F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 15 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.02 |
| HSL | 40.68º | 0.97% | 0.52% | - |
| HSV(B) | 40.68º | 0.94% | 0.98% | - |
| XYZ | 55.2 | 51.2 | 7.43 | - |
| YUV | 179.48 | 35.18 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 15 | 0 | 0.30 | 0.94 | 0.02 | 40.68 | 0.97 | 0.52 |
| Hex | FB | AF | F | 0 | 1E | 5E | 2 | 29 | 61 | 34 |
| Octal | 373 | 257 | 17 | 0 | 36 | 136 | 2 | 51 | 141 | 64 |
| Binary | 11111011 | 10101111 | 1111 | 0 | 11110 | 1011110 | 10 | 101001 | 1100001 | 110100 |
Color Harmonies of #FBAF0F
Complementary color
Monochromatic Colors of #FBAF0F
Black with #FBAF0F
Text Example
Text Example
White with #FBAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAF0F; }
p { color: rgb(251,175,15); }
H1.HeaderClassName
{
color: #FBAF0F;
}
.AnyTagClassName
{
color: #FBAF0F;
}
</style>
background-color css
<style>
a { background-color: #FBAF0F; }
a { background-color: rgb(251,175,15); }
div.DivClassName
{
background-color: #FBAF0F;
}
.BgClassName
{
background-color: #FBAF0F;
}
</style>
border-color css
<style>
span { border-color: #FBAF0F; }
span { border-color: rgb(251,175,15); }
td.TdClassName
{
border-color: #FBAF0F;
}
.TagClassName
{
border-color: #FBAF0F;
}
</style>