Shades of Peach-Orange #F9C28B
Tints of Peach-Orange #F9C28B
RGB
CMYK
RGB Variations
Color information
#F9C28B (or 0xF9C28B) is known color: Peach-Orange. HEX triplet: F9, C2 and 8B. RGB value is (249,194,139). Sum of RGB (Red+Green+Blue) = 249+194+139=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C28B is #063D74. Grayscale: #CCCCCC. Windows color (decimal): -408949 or 9159417. OLE color: 9159417.
HSL color Cylindrical-coordinate representation of color #F9C28B: hue angle of 30º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9C28B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 139 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.02 |
| HSL | 30º | 0.9% | 0.76% | - |
| HSV(B) | 30º | 0.44% | 0.98% | - |
| XYZ | 63.02 | 60.59 | 32.8 | - |
| YUV | 204.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 139 | 0 | 0.22 | 0.44 | 0.02 | 30 | 0.9 | 0.76 |
| Hex | F9 | C2 | 8B | 0 | 16 | 2C | 2 | 1E | 5A | 4C |
| Octal | 371 | 302 | 213 | 0 | 26 | 54 | 2 | 36 | 132 | 114 |
| Binary | 11111001 | 11000010 | 10001011 | 0 | 10110 | 101100 | 10 | 11110 | 1011010 | 1001100 |
Color Harmonies of #F9C28B
Complementary color
Monochromatic Colors of #F9C28B
Black with #F9C28B
Text Example
Text Example
White with #F9C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C28B; }
p { color: rgb(249,194,139); }
H1.HeaderClassName
{
color: #F9C28B;
}
.AnyTagClassName
{
color: #F9C28B;
}
</style>
background-color css
<style>
a { background-color: #F9C28B; }
a { background-color: rgb(249,194,139); }
div.DivClassName
{
background-color: #F9C28B;
}
.BgClassName
{
background-color: #F9C28B;
}
</style>
border-color css
<style>
span { border-color: #F9C28B; }
span { border-color: rgb(249,194,139); }
td.TdClassName
{
border-color: #F9C28B;
}
.TagClassName
{
border-color: #F9C28B;
}
</style>