Shades of Peach-Orange #FFC392
Tints of Peach-Orange #FFC392
RGB
CMYK
RGB Variations
Color information
#FFC392 (or 0xFFC392) is known color: Peach-Orange. HEX triplet: FF, C3 and 92. RGB value is (255,195,146). Sum of RGB (Red+Green+Blue) = 255+195+146=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC392 is #003C6D. Grayscale: #CFCFCF. Windows color (decimal): -15470 or 9618431. OLE color: 9618431.
HSL color Cylindrical-coordinate representation of color #FFC392: hue angle of 26.97º 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 #FFC392 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 146 | - |
| CMYK | 0 | 0.24 | 0.43 | 0 |
| HSL | 26.97º | 1% | 0.79% | - |
| HSV(B) | 26.97º | 0.43% | 1% | - |
| XYZ | 65.94 | 62.37 | 35.76 | - |
| YUV | 207.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 146 | 0 | 0.24 | 0.43 | 0 | 26.97 | 1 | 0.79 |
| Hex | FF | C3 | 92 | 0 | 18 | 2B | 0 | 1B | 64 | 4F |
| Octal | 377 | 303 | 222 | 0 | 30 | 53 | 0 | 33 | 144 | 117 |
| Binary | 11111111 | 11000011 | 10010010 | 0 | 11000 | 101011 | 0 | 11011 | 1100100 | 1001111 |
Color Harmonies of #FFC392
Complementary color
Monochromatic Colors of #FFC392
Black with #FFC392
Text Example
Text Example
White with #FFC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC392; }
p { color: rgb(255,195,146); }
H1.HeaderClassName
{
color: #FFC392;
}
.AnyTagClassName
{
color: #FFC392;
}
</style>
background-color css
<style>
a { background-color: #FFC392; }
a { background-color: rgb(255,195,146); }
div.DivClassName
{
background-color: #FFC392;
}
.BgClassName
{
background-color: #FFC392;
}
</style>
border-color css
<style>
span { border-color: #FFC392; }
span { border-color: rgb(255,195,146); }
td.TdClassName
{
border-color: #FFC392;
}
.TagClassName
{
border-color: #FFC392;
}
</style>