Shades of Vivid Tangerine #FD9281
Tints of Vivid Tangerine #FD9281
RGB
CMYK
RGB Variations
Color information
#FD9281 (or 0xFD9281) is known color: Vivid Tangerine. HEX triplet: FD, 92 and 81. RGB value is (253,146,129). Sum of RGB (Red+Green+Blue) = 253+146+129=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9281 is #026D7E. Grayscale: #B0B0B0. Windows color (decimal): -159103 or 8491773. OLE color: 8491773.
HSL color Cylindrical-coordinate representation of color #FD9281: hue angle of 8.23º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD9281 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 129 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.01 |
| HSL | 8.23º | 0.97% | 0.75% | - |
| HSV(B) | 8.23º | 0.49% | 0.99% | - |
| XYZ | 54.75 | 43.03 | 26.19 | - |
| YUV | 176.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 129 | 0 | 0.42 | 0.49 | 0.01 | 8.23 | 0.97 | 0.75 |
| Hex | FD | 92 | 81 | 0 | 2A | 31 | 1 | 8 | 61 | 4B |
| Octal | 375 | 222 | 201 | 0 | 52 | 61 | 1 | 10 | 141 | 113 |
| Binary | 11111101 | 10010010 | 10000001 | 0 | 101010 | 110001 | 1 | 1000 | 1100001 | 1001011 |
Color Harmonies of #FD9281
Complementary color
Monochromatic Colors of #FD9281
Black with #FD9281
Text Example
Text Example
White with #FD9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9281; }
p { color: rgb(253,146,129); }
H1.HeaderClassName
{
color: #FD9281;
}
.AnyTagClassName
{
color: #FD9281;
}
</style>
background-color css
<style>
a { background-color: #FD9281; }
a { background-color: rgb(253,146,129); }
div.DivClassName
{
background-color: #FD9281;
}
.BgClassName
{
background-color: #FD9281;
}
</style>
border-color css
<style>
span { border-color: #FD9281; }
span { border-color: rgb(253,146,129); }
td.TdClassName
{
border-color: #FD9281;
}
.TagClassName
{
border-color: #FD9281;
}
</style>