Shades of Peach-Orange #F9CB92
Tints of Peach-Orange #F9CB92
RGB
CMYK
RGB Variations
Color information
#F9CB92 (or 0xF9CB92) is known color: Peach-Orange. HEX triplet: F9, CB and 92. RGB value is (249,203,146). Sum of RGB (Red+Green+Blue) = 249+203+146=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CB92 is #06346D. Grayscale: #D2D2D2. Windows color (decimal): -406638 or 9620473. OLE color: 9620473.
HSL color Cylindrical-coordinate representation of color #F9CB92: hue angle of 33.2º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9CB92 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 146 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.02 |
| HSL | 33.2º | 0.9% | 0.77% | - |
| HSV(B) | 33.2º | 0.41% | 0.98% | - |
| XYZ | 65.61 | 64.93 | 36.27 | - |
| YUV | 210.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 146 | 0 | 0.18 | 0.41 | 0.02 | 33.2 | 0.9 | 0.77 |
| Hex | F9 | CB | 92 | 0 | 12 | 29 | 2 | 21 | 5A | 4D |
| Octal | 371 | 313 | 222 | 0 | 22 | 51 | 2 | 41 | 132 | 115 |
| Binary | 11111001 | 11001011 | 10010010 | 0 | 10010 | 101001 | 10 | 100001 | 1011010 | 1001101 |
Color Harmonies of #F9CB92
Complementary color
Monochromatic Colors of #F9CB92
Black with #F9CB92
Text Example
Text Example
White with #F9CB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB92; }
p { color: rgb(249,203,146); }
H1.HeaderClassName
{
color: #F9CB92;
}
.AnyTagClassName
{
color: #F9CB92;
}
</style>
background-color css
<style>
a { background-color: #F9CB92; }
a { background-color: rgb(249,203,146); }
div.DivClassName
{
background-color: #F9CB92;
}
.BgClassName
{
background-color: #F9CB92;
}
</style>
border-color css
<style>
span { border-color: #F9CB92; }
span { border-color: rgb(249,203,146); }
td.TdClassName
{
border-color: #F9CB92;
}
.TagClassName
{
border-color: #F9CB92;
}
</style>