Shades of Dark Tangerine #FFAF18
Tints of Dark Tangerine #FFAF18
RGB
CMYK
RGB Variations
Color information
#FFAF18 (or 0xFFAF18) is known color: Dark Tangerine. HEX triplet: FF, AF and 18. RGB value is (255,175,24). Sum of RGB (Red+Green+Blue) = 255+175+24=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF18 is #0050E7. Grayscale: #B6B6B6. Windows color (decimal): -20712 or 1617919. OLE color: 1617919.
HSL color Cylindrical-coordinate representation of color #FFAF18: hue angle of 39.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFAF18 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 24 | - |
| CMYK | 0 | 0.31 | 0.91 | 0 |
| HSL | 39.22º | 1% | 0.55% | - |
| HSV(B) | 39.22º | 0.91% | 1% | - |
| XYZ | 56.73 | 51.99 | 7.91 | - |
| YUV | 181.71 | 39 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 24 | 0 | 0.31 | 0.91 | 0 | 39.22 | 1 | 0.55 |
| Hex | FF | AF | 18 | 0 | 1F | 5B | 0 | 27 | 64 | 37 |
| Octal | 377 | 257 | 30 | 0 | 37 | 133 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101111 | 11000 | 0 | 11111 | 1011011 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAF18
Complementary color
Monochromatic Colors of #FFAF18
Black with #FFAF18
Text Example
Text Example
White with #FFAF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF18; }
p { color: rgb(255,175,24); }
H1.HeaderClassName
{
color: #FFAF18;
}
.AnyTagClassName
{
color: #FFAF18;
}
</style>
background-color css
<style>
a { background-color: #FFAF18; }
a { background-color: rgb(255,175,24); }
div.DivClassName
{
background-color: #FFAF18;
}
.BgClassName
{
background-color: #FFAF18;
}
</style>
border-color css
<style>
span { border-color: #FFAF18; }
span { border-color: rgb(255,175,24); }
td.TdClassName
{
border-color: #FFAF18;
}
.TagClassName
{
border-color: #FFAF18;
}
</style>