Shades of Peach-Orange #FCCD92
Tints of Peach-Orange #FCCD92
RGB
CMYK
RGB Variations
Color information
#FCCD92 (or 0xFCCD92) is known color: Peach-Orange. HEX triplet: FC, CD and 92. RGB value is (252,205,146). Sum of RGB (Red+Green+Blue) = 252+205+146=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD92 is #03326D. Grayscale: #D4D4D4. Windows color (decimal): -209518 or 9620988. OLE color: 9620988.
HSL color Cylindrical-coordinate representation of color #FCCD92: hue angle of 33.4º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCCD92 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 146 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.01 |
| HSL | 33.4º | 0.95% | 0.78% | - |
| HSV(B) | 33.4º | 0.42% | 0.99% | - |
| XYZ | 67.16 | 66.43 | 36.48 | - |
| YUV | 212.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 146 | 0 | 0.19 | 0.42 | 0.01 | 33.4 | 0.95 | 0.78 |
| Hex | FC | CD | 92 | 0 | 13 | 2A | 1 | 21 | 5F | 4E |
| Octal | 374 | 315 | 222 | 0 | 23 | 52 | 1 | 41 | 137 | 116 |
| Binary | 11111100 | 11001101 | 10010010 | 0 | 10011 | 101010 | 1 | 100001 | 1011111 | 1001110 |
Color Harmonies of #FCCD92
Complementary color
Monochromatic Colors of #FCCD92
Black with #FCCD92
Text Example
Text Example
White with #FCCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD92; }
p { color: rgb(252,205,146); }
H1.HeaderClassName
{
color: #FCCD92;
}
.AnyTagClassName
{
color: #FCCD92;
}
</style>
background-color css
<style>
a { background-color: #FCCD92; }
a { background-color: rgb(252,205,146); }
div.DivClassName
{
background-color: #FCCD92;
}
.BgClassName
{
background-color: #FCCD92;
}
</style>
border-color css
<style>
span { border-color: #FCCD92; }
span { border-color: rgb(252,205,146); }
td.TdClassName
{
border-color: #FCCD92;
}
.TagClassName
{
border-color: #FCCD92;
}
</style>