Shades of Peach-Orange #FFCF9F
Tints of Peach-Orange #FFCF9F
RGB
CMYK
RGB Variations
Color information
#FFCF9F (or 0xFFCF9F) is known color: Peach-Orange. HEX triplet: FF, CF and 9F. RGB value is (255,207,159). Sum of RGB (Red+Green+Blue) = 255+207+159=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF9F is #003060. Grayscale: #D8D8D8. Windows color (decimal): -12385 or 10473471. OLE color: 10473471.
HSL color Cylindrical-coordinate representation of color #FFCF9F: hue angle of 30º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCF9F is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 207 | 159 | - |
CMYK | 0 | 0.19 | 0.38 | 0 |
HSL | 30º | 1% | 0.81% | - |
HSV(B) | 30º | 0.38% | 1% | - |
XYZ | 69.81 | 68.39 | 42.32 | - |
YUV | 215.88 | 95.9 | 155.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 207 | 159 | 0 | 0.19 | 0.38 | 0 | 30 | 1 | 0.81 |
Hex | FF | CF | 9F | 0 | 13 | 26 | 0 | 1E | 64 | 51 |
Octal | 377 | 317 | 237 | 0 | 23 | 46 | 0 | 36 | 144 | 121 |
Binary | 11111111 | 11001111 | 10011111 | 0 | 10011 | 100110 | 0 | 11110 | 1100100 | 1010001 |
Color Harmonies of #FFCF9F
Complementary color
Monochromatic Colors of #FFCF9F
Black with #FFCF9F
Text Example
Text Example
White with #FFCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF9F; }
p { color: rgb(255,207,159); }
H1.HeaderClassName
{
color: #FFCF9F;
}
.AnyTagClassName
{
color: #FFCF9F;
}
</style>
background-color css
<style>
a { background-color: #FFCF9F; }
a { background-color: rgb(255,207,159); }
div.DivClassName
{
background-color: #FFCF9F;
}
.BgClassName
{
background-color: #FFCF9F;
}
</style>
border-color css
<style>
span { border-color: #FFCF9F; }
span { border-color: rgb(255,207,159); }
td.TdClassName
{
border-color: #FFCF9F;
}
.TagClassName
{
border-color: #FFCF9F;
}
</style>