Shades of Peach-Orange #FACC99
Tints of Peach-Orange #FACC99
RGB
CMYK
RGB Variations
Color information
#FACC99 (or 0xFACC99) is known color: Peach-Orange. HEX triplet: FA, CC and 99. RGB value is (250,204,153). Sum of RGB (Red+Green+Blue) = 250+204+153=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC99 is #053366. Grayscale: #D4D4D4. Windows color (decimal): -340839 or 10079482. OLE color: 10079482.
HSL color Cylindrical-coordinate representation of color #FACC99: hue angle of 31.55º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FACC99 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 153 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.02 |
| HSL | 31.55º | 0.91% | 0.79% | - |
| HSV(B) | 31.55º | 0.39% | 0.98% | - |
| XYZ | 66.77 | 65.81 | 39.32 | - |
| YUV | 211.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 153 | 0 | 0.18 | 0.39 | 0.02 | 31.55 | 0.91 | 0.79 |
| Hex | FA | CC | 99 | 0 | 12 | 27 | 2 | 20 | 5B | 4F |
| Octal | 372 | 314 | 231 | 0 | 22 | 47 | 2 | 40 | 133 | 117 |
| Binary | 11111010 | 11001100 | 10011001 | 0 | 10010 | 100111 | 10 | 100000 | 1011011 | 1001111 |
Color Harmonies of #FACC99
Complementary color
Monochromatic Colors of #FACC99
Black with #FACC99
Text Example
Text Example
White with #FACC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC99; }
p { color: rgb(250,204,153); }
H1.HeaderClassName
{
color: #FACC99;
}
.AnyTagClassName
{
color: #FACC99;
}
</style>
background-color css
<style>
a { background-color: #FACC99; }
a { background-color: rgb(250,204,153); }
div.DivClassName
{
background-color: #FACC99;
}
.BgClassName
{
background-color: #FACC99;
}
</style>
border-color css
<style>
span { border-color: #FACC99; }
span { border-color: rgb(250,204,153); }
td.TdClassName
{
border-color: #FACC99;
}
.TagClassName
{
border-color: #FACC99;
}
</style>