Shades of Peach-Orange #F9CD90
Tints of Peach-Orange #F9CD90
RGB
CMYK
RGB Variations
Color information
#F9CD90 (or 0xF9CD90) is known color: Peach-Orange. HEX triplet: F9, CD and 90. RGB value is (249,205,144). Sum of RGB (Red+Green+Blue) = 249+205+144=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CD90 is #06326F. Grayscale: #D3D3D3. Windows color (decimal): -406128 or 9489913. OLE color: 9489913.
HSL color Cylindrical-coordinate representation of color #F9CD90: hue angle of 34.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9CD90 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 144 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.02 |
| HSL | 34.86º | 0.9% | 0.77% | - |
| HSV(B) | 34.86º | 0.42% | 0.98% | - |
| XYZ | 65.93 | 65.82 | 35.61 | - |
| YUV | 211.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 144 | 0 | 0.18 | 0.42 | 0.02 | 34.86 | 0.9 | 0.77 |
| Hex | F9 | CD | 90 | 0 | 12 | 2A | 2 | 23 | 5A | 4D |
| Octal | 371 | 315 | 220 | 0 | 22 | 52 | 2 | 43 | 132 | 115 |
| Binary | 11111001 | 11001101 | 10010000 | 0 | 10010 | 101010 | 10 | 100011 | 1011010 | 1001101 |
Color Harmonies of #F9CD90
Complementary color
Monochromatic Colors of #F9CD90
Black with #F9CD90
Text Example
Text Example
White with #F9CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CD90; }
p { color: rgb(249,205,144); }
H1.HeaderClassName
{
color: #F9CD90;
}
.AnyTagClassName
{
color: #F9CD90;
}
</style>
background-color css
<style>
a { background-color: #F9CD90; }
a { background-color: rgb(249,205,144); }
div.DivClassName
{
background-color: #F9CD90;
}
.BgClassName
{
background-color: #F9CD90;
}
</style>
border-color css
<style>
span { border-color: #F9CD90; }
span { border-color: rgb(249,205,144); }
td.TdClassName
{
border-color: #F9CD90;
}
.TagClassName
{
border-color: #F9CD90;
}
</style>