Shades of Dark Tangerine #FFAF1B
Tints of Dark Tangerine #FFAF1B
RGB
CMYK
RGB Variations
Color information
#FFAF1B (or 0xFFAF1B) is known color: Dark Tangerine. HEX triplet: FF, AF and 1B. RGB value is (255,175,27). Sum of RGB (Red+Green+Blue) = 255+175+27=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 27 (10.94% from 255 or 5.91% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF1B is #0050E4. Grayscale: #B6B6B6. Windows color (decimal): -20709 or 1814527. OLE color: 1814527.
HSL color Cylindrical-coordinate representation of color #FFAF1B: hue angle of 38.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFAF1B is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 27 | - |
| CMYK | 0 | 0.31 | 0.89 | 0 |
| HSL | 38.95º | 1% | 0.55% | - |
| HSV(B) | 38.95º | 0.89% | 1% | - |
| XYZ | 56.77 | 52 | 8.08 | - |
| YUV | 182.05 | 40.5 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 27 | 0 | 0.31 | 0.89 | 0 | 38.95 | 1 | 0.55 |
| Hex | FF | AF | 1B | 0 | 1F | 59 | 0 | 27 | 64 | 37 |
| Octal | 377 | 257 | 33 | 0 | 37 | 131 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101111 | 11011 | 0 | 11111 | 1011001 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAF1B
Complementary color
Monochromatic Colors of #FFAF1B
Black with #FFAF1B
Text Example
Text Example
White with #FFAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF1B; }
p { color: rgb(255,175,27); }
H1.HeaderClassName
{
color: #FFAF1B;
}
.AnyTagClassName
{
color: #FFAF1B;
}
</style>
background-color css
<style>
a { background-color: #FFAF1B; }
a { background-color: rgb(255,175,27); }
div.DivClassName
{
background-color: #FFAF1B;
}
.BgClassName
{
background-color: #FFAF1B;
}
</style>
border-color css
<style>
span { border-color: #FFAF1B; }
span { border-color: rgb(255,175,27); }
td.TdClassName
{
border-color: #FFAF1B;
}
.TagClassName
{
border-color: #FFAF1B;
}
</style>