Shades of Peach-Orange #FFCC93
Tints of Peach-Orange #FFCC93
RGB
CMYK
RGB Variations
Color information
#FFCC93 (or 0xFFCC93) is known color: Peach-Orange. HEX triplet: FF, CC and 93. RGB value is (255,204,147). Sum of RGB (Red+Green+Blue) = 255+204+147=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC93 is #00336C. Grayscale: #D5D5D5. Windows color (decimal): -13165 or 9686271. OLE color: 9686271.
HSL color Cylindrical-coordinate representation of color #FFCC93: hue angle of 31.67º 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 #FFCC93 is Cyan = 0, Magento = 0.2, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 147 | - |
| CMYK | 0 | 0.2 | 0.42 | 0 |
| HSL | 31.67º | 1% | 0.79% | - |
| HSV(B) | 31.67º | 0.42% | 1% | - |
| XYZ | 68.1 | 66.55 | 36.86 | - |
| YUV | 212.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 147 | 0 | 0.2 | 0.42 | 0 | 31.67 | 1 | 0.79 |
| Hex | FF | CC | 93 | 0 | 14 | 2A | 0 | 20 | 64 | 4F |
| Octal | 377 | 314 | 223 | 0 | 24 | 52 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001100 | 10010011 | 0 | 10100 | 101010 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCC93
Complementary color
Monochromatic Colors of #FFCC93
Black with #FFCC93
Text Example
Text Example
White with #FFCC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC93; }
p { color: rgb(255,204,147); }
H1.HeaderClassName
{
color: #FFCC93;
}
.AnyTagClassName
{
color: #FFCC93;
}
</style>
background-color css
<style>
a { background-color: #FFCC93; }
a { background-color: rgb(255,204,147); }
div.DivClassName
{
background-color: #FFCC93;
}
.BgClassName
{
background-color: #FFCC93;
}
</style>
border-color css
<style>
span { border-color: #FFCC93; }
span { border-color: rgb(255,204,147); }
td.TdClassName
{
border-color: #FFCC93;
}
.TagClassName
{
border-color: #FFCC93;
}
</style>