Shades of Peach-Orange #FFC290
Tints of Peach-Orange #FFC290
RGB
CMYK
RGB Variations
Color information
#FFC290 (or 0xFFC290) is known color: Peach-Orange. HEX triplet: FF, C2 and 90. RGB value is (255,194,144). Sum of RGB (Red+Green+Blue) = 255+194+144=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC290 is #003D6F. Grayscale: #CECECE. Windows color (decimal): -15728 or 9487103. OLE color: 9487103.
HSL color Cylindrical-coordinate representation of color #FFC290: hue angle of 27.03º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC290 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 144 | - |
| CMYK | 0 | 0.24 | 0.44 | 0 |
| HSL | 27.03º | 1% | 0.78% | - |
| HSV(B) | 27.03º | 0.44% | 1% | - |
| XYZ | 65.57 | 61.86 | 34.87 | - |
| YUV | 206.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 144 | 0 | 0.24 | 0.44 | 0 | 27.03 | 1 | 0.78 |
| Hex | FF | C2 | 90 | 0 | 18 | 2C | 0 | 1B | 64 | 4E |
| Octal | 377 | 302 | 220 | 0 | 30 | 54 | 0 | 33 | 144 | 116 |
| Binary | 11111111 | 11000010 | 10010000 | 0 | 11000 | 101100 | 0 | 11011 | 1100100 | 1001110 |
Color Harmonies of #FFC290
Complementary color
Monochromatic Colors of #FFC290
Black with #FFC290
Text Example
Text Example
White with #FFC290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC290; }
p { color: rgb(255,194,144); }
H1.HeaderClassName
{
color: #FFC290;
}
.AnyTagClassName
{
color: #FFC290;
}
</style>
background-color css
<style>
a { background-color: #FFC290; }
a { background-color: rgb(255,194,144); }
div.DivClassName
{
background-color: #FFC290;
}
.BgClassName
{
background-color: #FFC290;
}
</style>
border-color css
<style>
span { border-color: #FFC290; }
span { border-color: rgb(255,194,144); }
td.TdClassName
{
border-color: #FFC290;
}
.TagClassName
{
border-color: #FFC290;
}
</style>