Shades of Peach-Orange #FFCC92
Tints of Peach-Orange #FFCC92
RGB
CMYK
RGB Variations
Color information
#FFCC92 (or 0xFFCC92) is known color: Peach-Orange. HEX triplet: FF, CC and 92. RGB value is (255,204,146). Sum of RGB (Red+Green+Blue) = 255+204+146=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 146 (57.42% from 255 or 24.13% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC92 is #00336D. Grayscale: #D4D4D4. Windows color (decimal): -13166 or 9620735. OLE color: 9620735.
HSL color Cylindrical-coordinate representation of color #FFCC92: hue angle of 31.93º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFCC92 is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 146 | - |
| CMYK | 0 | 0.2 | 0.43 | 0 |
| HSL | 31.93º | 1% | 0.79% | - |
| HSV(B) | 31.93º | 0.43% | 1% | - |
| XYZ | 68.02 | 66.52 | 36.45 | - |
| YUV | 212.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 146 | 0 | 0.2 | 0.43 | 0 | 31.93 | 1 | 0.79 |
| Hex | FF | CC | 92 | 0 | 14 | 2B | 0 | 20 | 64 | 4F |
| Octal | 377 | 314 | 222 | 0 | 24 | 53 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001100 | 10010010 | 0 | 10100 | 101011 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCC92
Complementary color
Monochromatic Colors of #FFCC92
Black with #FFCC92
Text Example
Text Example
White with #FFCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC92; }
p { color: rgb(255,204,146); }
H1.HeaderClassName
{
color: #FFCC92;
}
.AnyTagClassName
{
color: #FFCC92;
}
</style>
background-color css
<style>
a { background-color: #FFCC92; }
a { background-color: rgb(255,204,146); }
div.DivClassName
{
background-color: #FFCC92;
}
.BgClassName
{
background-color: #FFCC92;
}
</style>
border-color css
<style>
span { border-color: #FFCC92; }
span { border-color: rgb(255,204,146); }
td.TdClassName
{
border-color: #FFCC92;
}
.TagClassName
{
border-color: #FFCC92;
}
</style>