Shades of Peach-Orange #FFC291
Tints of Peach-Orange #FFC291
RGB
CMYK
RGB Variations
Color information
#FFC291 (or 0xFFC291) is known color: Peach-Orange. HEX triplet: FF, C2 and 91. RGB value is (255,194,145). Sum of RGB (Red+Green+Blue) = 255+194+145=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC291 is #003D6E. Grayscale: #CECECE. Windows color (decimal): -15727 or 9552639. OLE color: 9552639.
HSL color Cylindrical-coordinate representation of color #FFC291: hue angle of 26.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC291 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 145 | - |
| CMYK | 0 | 0.24 | 0.43 | 0 |
| HSL | 26.73º | 1% | 0.78% | - |
| HSV(B) | 26.73º | 0.43% | 1% | - |
| XYZ | 65.64 | 61.89 | 35.27 | - |
| YUV | 206.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 145 | 0 | 0.24 | 0.43 | 0 | 26.73 | 1 | 0.78 |
| Hex | FF | C2 | 91 | 0 | 18 | 2B | 0 | 1B | 64 | 4E |
| Octal | 377 | 302 | 221 | 0 | 30 | 53 | 0 | 33 | 144 | 116 |
| Binary | 11111111 | 11000010 | 10010001 | 0 | 11000 | 101011 | 0 | 11011 | 1100100 | 1001110 |
Color Harmonies of #FFC291
Complementary color
Monochromatic Colors of #FFC291
Black with #FFC291
Text Example
Text Example
White with #FFC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC291; }
p { color: rgb(255,194,145); }
H1.HeaderClassName
{
color: #FFC291;
}
.AnyTagClassName
{
color: #FFC291;
}
</style>
background-color css
<style>
a { background-color: #FFC291; }
a { background-color: rgb(255,194,145); }
div.DivClassName
{
background-color: #FFC291;
}
.BgClassName
{
background-color: #FFC291;
}
</style>
border-color css
<style>
span { border-color: #FFC291; }
span { border-color: rgb(255,194,145); }
td.TdClassName
{
border-color: #FFC291;
}
.TagClassName
{
border-color: #FFC291;
}
</style>