Shades of Peach-Orange #FFC493
Tints of Peach-Orange #FFC493
RGB
CMYK
RGB Variations
Color information
#FFC493 (or 0xFFC493) is known color: Peach-Orange. HEX triplet: FF, C4 and 93. RGB value is (255,196,147). Sum of RGB (Red+Green+Blue) = 255+196+147=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC493 is #003B6C. Grayscale: #D0D0D0. Windows color (decimal): -15213 or 9684223. OLE color: 9684223.
HSL color Cylindrical-coordinate representation of color #FFC493: hue angle of 27.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFC493 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 147 | - |
| CMYK | 0 | 0.23 | 0.42 | 0 |
| HSL | 27.22º | 1% | 0.79% | - |
| HSV(B) | 27.22º | 0.42% | 1% | - |
| XYZ | 66.25 | 62.85 | 36.24 | - |
| YUV | 208.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 147 | 0 | 0.23 | 0.42 | 0 | 27.22 | 1 | 0.79 |
| Hex | FF | C4 | 93 | 0 | 17 | 2A | 0 | 1B | 64 | 4F |
| Octal | 377 | 304 | 223 | 0 | 27 | 52 | 0 | 33 | 144 | 117 |
| Binary | 11111111 | 11000100 | 10010011 | 0 | 10111 | 101010 | 0 | 11011 | 1100100 | 1001111 |
Color Harmonies of #FFC493
Complementary color
Monochromatic Colors of #FFC493
Black with #FFC493
Text Example
Text Example
White with #FFC493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC493; }
p { color: rgb(255,196,147); }
H1.HeaderClassName
{
color: #FFC493;
}
.AnyTagClassName
{
color: #FFC493;
}
</style>
background-color css
<style>
a { background-color: #FFC493; }
a { background-color: rgb(255,196,147); }
div.DivClassName
{
background-color: #FFC493;
}
.BgClassName
{
background-color: #FFC493;
}
</style>
border-color css
<style>
span { border-color: #FFC493; }
span { border-color: rgb(255,196,147); }
td.TdClassName
{
border-color: #FFC493;
}
.TagClassName
{
border-color: #FFC493;
}
</style>