Shades of Peach-Orange #FFCF9B
Tints of Peach-Orange #FFCF9B
RGB
CMYK
RGB Variations
Color information
#FFCF9B (or 0xFFCF9B) is known color: Peach-Orange. HEX triplet: FF, CF and 9B. RGB value is (255,207,155). Sum of RGB (Red+Green+Blue) = 255+207+155=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 155 (60.94% from 255 or 25.12% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF9B is #003064. Grayscale: #D7D7D7. Windows color (decimal): -12389 or 10211327. OLE color: 10211327.
HSL color Cylindrical-coordinate representation of color #FFCF9B: hue angle of 31.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCF9B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 155 | - |
| CMYK | 0 | 0.19 | 0.39 | 0 |
| HSL | 31.2º | 1% | 0.8% | - |
| HSV(B) | 31.2º | 0.39% | 1% | - |
| XYZ | 69.47 | 68.25 | 40.52 | - |
| YUV | 215.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 155 | 0 | 0.19 | 0.39 | 0 | 31.2 | 1 | 0.8 |
| Hex | FF | CF | 9B | 0 | 13 | 27 | 0 | 1F | 64 | 50 |
| Octal | 377 | 317 | 233 | 0 | 23 | 47 | 0 | 37 | 144 | 120 |
| Binary | 11111111 | 11001111 | 10011011 | 0 | 10011 | 100111 | 0 | 11111 | 1100100 | 1010000 |
Color Harmonies of #FFCF9B
Complementary color
Monochromatic Colors of #FFCF9B
Black with #FFCF9B
Text Example
Text Example
White with #FFCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF9B; }
p { color: rgb(255,207,155); }
H1.HeaderClassName
{
color: #FFCF9B;
}
.AnyTagClassName
{
color: #FFCF9B;
}
</style>
background-color css
<style>
a { background-color: #FFCF9B; }
a { background-color: rgb(255,207,155); }
div.DivClassName
{
background-color: #FFCF9B;
}
.BgClassName
{
background-color: #FFCF9B;
}
</style>
border-color css
<style>
span { border-color: #FFCF9B; }
span { border-color: rgb(255,207,155); }
td.TdClassName
{
border-color: #FFCF9B;
}
.TagClassName
{
border-color: #FFCF9B;
}
</style>