Shades of Peach-Orange #FFCD92
Tints of Peach-Orange #FFCD92
RGB
CMYK
RGB Variations
Color information
#FFCD92 (or 0xFFCD92) is known color: Peach-Orange. HEX triplet: FF, CD and 92. RGB value is (255,205,146). Sum of RGB (Red+Green+Blue) = 255+205+146=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD92 is #00326D. Grayscale: #D5D5D5. Windows color (decimal): -12910 or 9620991. OLE color: 9620991.
HSL color Cylindrical-coordinate representation of color #FFCD92: hue angle of 32.48º 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 #FFCD92 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 146 | - |
| CMYK | 0 | 0.20 | 0.43 | 0 |
| HSL | 32.48º | 1% | 0.79% | - |
| HSV(B) | 32.48º | 0.43% | 1% | - |
| XYZ | 68.26 | 67 | 36.53 | - |
| YUV | 213.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 146 | 0 | 0.20 | 0.43 | 0 | 32.48 | 1 | 0.79 |
| Hex | FF | CD | 92 | 0 | 14 | 2B | 0 | 20 | 64 | 4F |
| Octal | 377 | 315 | 222 | 0 | 24 | 53 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001101 | 10010010 | 0 | 10100 | 101011 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCD92
Complementary color
Monochromatic Colors of #FFCD92
Black with #FFCD92
Text Example
Text Example
White with #FFCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD92; }
p { color: rgb(255,205,146); }
H1.HeaderClassName
{
color: #FFCD92;
}
.AnyTagClassName
{
color: #FFCD92;
}
</style>
background-color css
<style>
a { background-color: #FFCD92; }
a { background-color: rgb(255,205,146); }
div.DivClassName
{
background-color: #FFCD92;
}
.BgClassName
{
background-color: #FFCD92;
}
</style>
border-color css
<style>
span { border-color: #FFCD92; }
span { border-color: rgb(255,205,146); }
td.TdClassName
{
border-color: #FFCD92;
}
.TagClassName
{
border-color: #FFCD92;
}
</style>