Shades of Peach-Orange #FFCF8F
Tints of Peach-Orange #FFCF8F
RGB
CMYK
RGB Variations
Color information
#FFCF8F (or 0xFFCF8F) is known color: Peach-Orange. HEX triplet: FF, CF and 8F. RGB value is (255,207,143). Sum of RGB (Red+Green+Blue) = 255+207+143=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF8F is #003070. Grayscale: #D6D6D6. Windows color (decimal): -12401 or 9424895. OLE color: 9424895.
HSL color Cylindrical-coordinate representation of color #FFCF8F: hue angle of 34.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCF8F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 143 | - |
| CMYK | 0 | 0.19 | 0.44 | 0 |
| HSL | 34.29º | 1% | 0.78% | - |
| HSV(B) | 34.29º | 0.44% | 1% | - |
| XYZ | 68.51 | 67.87 | 35.48 | - |
| YUV | 214.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 143 | 0 | 0.19 | 0.44 | 0 | 34.29 | 1 | 0.78 |
| Hex | FF | CF | 8F | 0 | 13 | 2C | 0 | 22 | 64 | 4E |
| Octal | 377 | 317 | 217 | 0 | 23 | 54 | 0 | 42 | 144 | 116 |
| Binary | 11111111 | 11001111 | 10001111 | 0 | 10011 | 101100 | 0 | 100010 | 1100100 | 1001110 |
Color Harmonies of #FFCF8F
Complementary color
Monochromatic Colors of #FFCF8F
Black with #FFCF8F
Text Example
Text Example
White with #FFCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF8F; }
p { color: rgb(255,207,143); }
H1.HeaderClassName
{
color: #FFCF8F;
}
.AnyTagClassName
{
color: #FFCF8F;
}
</style>
background-color css
<style>
a { background-color: #FFCF8F; }
a { background-color: rgb(255,207,143); }
div.DivClassName
{
background-color: #FFCF8F;
}
.BgClassName
{
background-color: #FFCF8F;
}
</style>
border-color css
<style>
span { border-color: #FFCF8F; }
span { border-color: rgb(255,207,143); }
td.TdClassName
{
border-color: #FFCF8F;
}
.TagClassName
{
border-color: #FFCF8F;
}
</style>