Shades of Peach-Orange #FAC28C
Tints of Peach-Orange #FAC28C
RGB
CMYK
RGB Variations
Color information
#FAC28C (or 0xFAC28C) is known color: Peach-Orange. HEX triplet: FA, C2 and 8C. RGB value is (250,194,140). Sum of RGB (Red+Green+Blue) = 250+194+140=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC28C is #053D73. Grayscale: #CCCCCC. Windows color (decimal): -343412 or 9224954. OLE color: 9224954.
HSL color Cylindrical-coordinate representation of color #FAC28C: hue angle of 29.45º degrees, saturation: 0.92, 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 #FAC28C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 140 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.02 |
| HSL | 29.45º | 0.92% | 0.76% | - |
| HSV(B) | 29.45º | 0.44% | 0.98% | - |
| XYZ | 63.45 | 60.8 | 33.2 | - |
| YUV | 204.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 140 | 0 | 0.22 | 0.44 | 0.02 | 29.45 | 0.92 | 0.76 |
| Hex | FA | C2 | 8C | 0 | 16 | 2C | 2 | 1D | 5C | 4C |
| Octal | 372 | 302 | 214 | 0 | 26 | 54 | 2 | 35 | 134 | 114 |
| Binary | 11111010 | 11000010 | 10001100 | 0 | 10110 | 101100 | 10 | 11101 | 1011100 | 1001100 |
Color Harmonies of #FAC28C
Complementary color
Monochromatic Colors of #FAC28C
Black with #FAC28C
Text Example
Text Example
White with #FAC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC28C; }
p { color: rgb(250,194,140); }
H1.HeaderClassName
{
color: #FAC28C;
}
.AnyTagClassName
{
color: #FAC28C;
}
</style>
background-color css
<style>
a { background-color: #FAC28C; }
a { background-color: rgb(250,194,140); }
div.DivClassName
{
background-color: #FAC28C;
}
.BgClassName
{
background-color: #FAC28C;
}
</style>
border-color css
<style>
span { border-color: #FAC28C; }
span { border-color: rgb(250,194,140); }
td.TdClassName
{
border-color: #FAC28C;
}
.TagClassName
{
border-color: #FAC28C;
}
</style>