Shades of Romantic #FFC292
Tints of Romantic #FFC292
RGB
CMYK
RGB Variations
Color information
#FFC292 (or 0xFFC292) is known color: Romantic. HEX triplet: FF, C2 and 92. RGB value is (255,194,146). Sum of RGB (Red+Green+Blue) = 255+194+146=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC292 is #003D6D. Grayscale: #CFCFCF. Windows color (decimal): -15726 or 9618175. OLE color: 9618175.
HSL color Cylindrical-coordinate representation of color #FFC292: hue angle of 26.42º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC292 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 146 | - |
| CMYK | 0 | 0.24 | 0.43 | 0 |
| HSL | 26.42º | 1% | 0.79% | - |
| HSV(B) | 26.42º | 0.43% | 1% | - |
| XYZ | 65.72 | 61.92 | 35.68 | - |
| YUV | 206.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 146 | 0 | 0.24 | 0.43 | 0 | 26.42 | 1 | 0.79 |
| Hex | FF | C2 | 92 | 0 | 18 | 2B | 0 | 1A | 64 | 4F |
| Octal | 377 | 302 | 222 | 0 | 30 | 53 | 0 | 32 | 144 | 117 |
| Binary | 11111111 | 11000010 | 10010010 | 0 | 11000 | 101011 | 0 | 11010 | 1100100 | 1001111 |
Color Harmonies of #FFC292
Complementary color
Monochromatic Colors of #FFC292
Black with #FFC292
Text Example
Text Example
White with #FFC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC292; }
p { color: rgb(255,194,146); }
H1.HeaderClassName
{
color: #FFC292;
}
.AnyTagClassName
{
color: #FFC292;
}
</style>
background-color css
<style>
a { background-color: #FFC292; }
a { background-color: rgb(255,194,146); }
div.DivClassName
{
background-color: #FFC292;
}
.BgClassName
{
background-color: #FFC292;
}
</style>
border-color css
<style>
span { border-color: #FFC292; }
span { border-color: rgb(255,194,146); }
td.TdClassName
{
border-color: #FFC292;
}
.TagClassName
{
border-color: #FFC292;
}
</style>