Shades of Dark Tangerine #FAAF0D
Tints of Dark Tangerine #FAAF0D
RGB
CMYK
RGB Variations
Color information
#FAAF0D (or 0xFAAF0D) is known color: Dark Tangerine. HEX triplet: FA, AF and 0D. RGB value is (250,175,13). Sum of RGB (Red+Green+Blue) = 250+175+13=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF0D is #0550F2. Grayscale: #B3B3B3. Windows color (decimal): -348403 or 897018. OLE color: 897018.
HSL color Cylindrical-coordinate representation of color #FAAF0D: hue angle of 41.01º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAAF0D is Cyan = 0, Magento = 0.3, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 13 | - |
| CMYK | 0 | 0.3 | 0.95 | 0.02 |
| HSL | 41.01º | 0.96% | 0.52% | - |
| HSV(B) | 41.01º | 0.95% | 0.98% | - |
| XYZ | 54.83 | 51.01 | 7.34 | - |
| YUV | 178.96 | 34.35 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 13 | 0 | 0.3 | 0.95 | 0.02 | 41.01 | 0.96 | 0.52 |
| Hex | FA | AF | D | 0 | 1E | 5F | 2 | 29 | 60 | 34 |
| Octal | 372 | 257 | 15 | 0 | 36 | 137 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10101111 | 1101 | 0 | 11110 | 1011111 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAAF0D
Complementary color
Monochromatic Colors of #FAAF0D
Black with #FAAF0D
Text Example
Text Example
White with #FAAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF0D; }
p { color: rgb(250,175,13); }
H1.HeaderClassName
{
color: #FAAF0D;
}
.AnyTagClassName
{
color: #FAAF0D;
}
</style>
background-color css
<style>
a { background-color: #FAAF0D; }
a { background-color: rgb(250,175,13); }
div.DivClassName
{
background-color: #FAAF0D;
}
.BgClassName
{
background-color: #FAAF0D;
}
</style>
border-color css
<style>
span { border-color: #FAAF0D; }
span { border-color: rgb(250,175,13); }
td.TdClassName
{
border-color: #FAAF0D;
}
.TagClassName
{
border-color: #FAAF0D;
}
</style>