Shades of Dark Tangerine #FFAF1A
Tints of Dark Tangerine #FFAF1A
RGB
CMYK
RGB Variations
Color information
#FFAF1A (or 0xFFAF1A) is known color: Dark Tangerine. HEX triplet: FF, AF and 1A. RGB value is (255,175,26). Sum of RGB (Red+Green+Blue) = 255+175+26=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF1A is #0050E5. Grayscale: #B6B6B6. Windows color (decimal): -20710 or 1748991. OLE color: 1748991.
HSL color Cylindrical-coordinate representation of color #FFAF1A: hue angle of 39.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFAF1A is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 26 | - |
| CMYK | 0 | 0.31 | 0.90 | 0 |
| HSL | 39.04º | 1% | 0.55% | - |
| HSV(B) | 39.04º | 0.9% | 1% | - |
| XYZ | 56.76 | 51.99 | 8.02 | - |
| YUV | 181.93 | 40 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 26 | 0 | 0.31 | 0.90 | 0 | 39.04 | 1 | 0.55 |
| Hex | FF | AF | 1A | 0 | 1F | 5A | 0 | 27 | 64 | 37 |
| Octal | 377 | 257 | 32 | 0 | 37 | 132 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101111 | 11010 | 0 | 11111 | 1011010 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAF1A
Complementary color
Monochromatic Colors of #FFAF1A
Black with #FFAF1A
Text Example
Text Example
White with #FFAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF1A; }
p { color: rgb(255,175,26); }
H1.HeaderClassName
{
color: #FFAF1A;
}
.AnyTagClassName
{
color: #FFAF1A;
}
</style>
background-color css
<style>
a { background-color: #FFAF1A; }
a { background-color: rgb(255,175,26); }
div.DivClassName
{
background-color: #FFAF1A;
}
.BgClassName
{
background-color: #FFAF1A;
}
</style>
border-color css
<style>
span { border-color: #FFAF1A; }
span { border-color: rgb(255,175,26); }
td.TdClassName
{
border-color: #FFAF1A;
}
.TagClassName
{
border-color: #FFAF1A;
}
</style>