Shades of Peach-Orange #F9CA9D
Tints of Peach-Orange #F9CA9D
RGB
CMYK
RGB Variations
Color information
#F9CA9D (or 0xF9CA9D) is known color: Peach-Orange. HEX triplet: F9, CA and 9D. RGB value is (249,202,157). Sum of RGB (Red+Green+Blue) = 249+202+157=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CA9D is #063562. Grayscale: #D3D3D3. Windows color (decimal): -406883 or 10341113. OLE color: 10341113.
HSL color Cylindrical-coordinate representation of color #F9CA9D: hue angle of 29.35º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9CA9D is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 157 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.02 |
| HSL | 29.35º | 0.88% | 0.8% | - |
| HSV(B) | 29.35º | 0.37% | 0.98% | - |
| XYZ | 66.27 | 64.82 | 40.92 | - |
| YUV | 210.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 157 | 0 | 0.19 | 0.37 | 0.02 | 29.35 | 0.88 | 0.8 |
| Hex | F9 | CA | 9D | 0 | 13 | 25 | 2 | 1D | 58 | 50 |
| Octal | 371 | 312 | 235 | 0 | 23 | 45 | 2 | 35 | 130 | 120 |
| Binary | 11111001 | 11001010 | 10011101 | 0 | 10011 | 100101 | 10 | 11101 | 1011000 | 1010000 |
Color Harmonies of #F9CA9D
Complementary color
Monochromatic Colors of #F9CA9D
Black with #F9CA9D
Text Example
Text Example
White with #F9CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA9D; }
p { color: rgb(249,202,157); }
H1.HeaderClassName
{
color: #F9CA9D;
}
.AnyTagClassName
{
color: #F9CA9D;
}
</style>
background-color css
<style>
a { background-color: #F9CA9D; }
a { background-color: rgb(249,202,157); }
div.DivClassName
{
background-color: #F9CA9D;
}
.BgClassName
{
background-color: #F9CA9D;
}
</style>
border-color css
<style>
span { border-color: #F9CA9D; }
span { border-color: rgb(249,202,157); }
td.TdClassName
{
border-color: #F9CA9D;
}
.TagClassName
{
border-color: #F9CA9D;
}
</style>