Shades of Dark Tangerine #FCAF0B
Tints of Dark Tangerine #FCAF0B
RGB
CMYK
RGB Variations
Color information
#FCAF0B (or 0xFCAF0B) is known color: Dark Tangerine. HEX triplet: FC, AF and 0B. RGB value is (252,175,11). Sum of RGB (Red+Green+Blue) = 252+175+11=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF0B is #0350F4. Grayscale: #B4B4B4. Windows color (decimal): -217333 or 765948. OLE color: 765948.
HSL color Cylindrical-coordinate representation of color #FCAF0B: hue angle of 40.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCAF0B is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 11 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.01 |
| HSL | 40.83º | 0.98% | 0.52% | - |
| HSV(B) | 40.83º | 0.96% | 0.99% | - |
| XYZ | 55.54 | 51.38 | 7.31 | - |
| YUV | 179.33 | 33.01 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 11 | 0 | 0.31 | 0.96 | 0.01 | 40.83 | 0.98 | 0.52 |
| Hex | FC | AF | B | 0 | 1F | 60 | 1 | 29 | 62 | 34 |
| Octal | 374 | 257 | 13 | 0 | 37 | 140 | 1 | 51 | 142 | 64 |
| Binary | 11111100 | 10101111 | 1011 | 0 | 11111 | 1100000 | 1 | 101001 | 1100010 | 110100 |
Color Harmonies of #FCAF0B
Complementary color
Monochromatic Colors of #FCAF0B
Black with #FCAF0B
Text Example
Text Example
White with #FCAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF0B; }
p { color: rgb(252,175,11); }
H1.HeaderClassName
{
color: #FCAF0B;
}
.AnyTagClassName
{
color: #FCAF0B;
}
</style>
background-color css
<style>
a { background-color: #FCAF0B; }
a { background-color: rgb(252,175,11); }
div.DivClassName
{
background-color: #FCAF0B;
}
.BgClassName
{
background-color: #FCAF0B;
}
</style>
border-color css
<style>
span { border-color: #FCAF0B; }
span { border-color: rgb(252,175,11); }
td.TdClassName
{
border-color: #FCAF0B;
}
.TagClassName
{
border-color: #FCAF0B;
}
</style>