Shades of Peach-Orange #FFC28D
Tints of Peach-Orange #FFC28D
RGB
CMYK
RGB Variations
Color information
#FFC28D (or 0xFFC28D) is known color: Peach-Orange. HEX triplet: FF, C2 and 8D. RGB value is (255,194,141). Sum of RGB (Red+Green+Blue) = 255+194+141=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC28D is #003D72. Grayscale: #CECECE. Windows color (decimal): -15731 or 9290495. OLE color: 9290495.
HSL color Cylindrical-coordinate representation of color #FFC28D: hue angle of 27.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC28D is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 141 | - |
| CMYK | 0 | 0.24 | 0.45 | 0 |
| HSL | 27.89º | 1% | 0.78% | - |
| HSV(B) | 27.89º | 0.45% | 1% | - |
| XYZ | 65.34 | 61.77 | 33.68 | - |
| YUV | 206.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 141 | 0 | 0.24 | 0.45 | 0 | 27.89 | 1 | 0.78 |
| Hex | FF | C2 | 8D | 0 | 18 | 2D | 0 | 1C | 64 | 4E |
| Octal | 377 | 302 | 215 | 0 | 30 | 55 | 0 | 34 | 144 | 116 |
| Binary | 11111111 | 11000010 | 10001101 | 0 | 11000 | 101101 | 0 | 11100 | 1100100 | 1001110 |
Color Harmonies of #FFC28D
Complementary color
Monochromatic Colors of #FFC28D
Black with #FFC28D
Text Example
Text Example
White with #FFC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC28D; }
p { color: rgb(255,194,141); }
H1.HeaderClassName
{
color: #FFC28D;
}
.AnyTagClassName
{
color: #FFC28D;
}
</style>
background-color css
<style>
a { background-color: #FFC28D; }
a { background-color: rgb(255,194,141); }
div.DivClassName
{
background-color: #FFC28D;
}
.BgClassName
{
background-color: #FFC28D;
}
</style>
border-color css
<style>
span { border-color: #FFC28D; }
span { border-color: rgb(255,194,141); }
td.TdClassName
{
border-color: #FFC28D;
}
.TagClassName
{
border-color: #FFC28D;
}
</style>