Shades of Romantic #FFC69A
Tints of Romantic #FFC69A
RGB
CMYK
RGB Variations
Color information
#FFC69A (or 0xFFC69A) is known color: Romantic. HEX triplet: FF, C6 and 9A. RGB value is (255,198,154). Sum of RGB (Red+Green+Blue) = 255+198+154=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC69A is #003965. Grayscale: #D2D2D2. Windows color (decimal): -14694 or 10143487. OLE color: 10143487.
HSL color Cylindrical-coordinate representation of color #FFC69A: hue angle of 26.14º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC69A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 154 | - |
| CMYK | 0 | 0.22 | 0.40 | 0 |
| HSL | 26.14º | 1% | 0.8% | - |
| HSV(B) | 26.14º | 0.4% | 1% | - |
| XYZ | 67.27 | 63.98 | 39.38 | - |
| YUV | 210.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 154 | 0 | 0.22 | 0.40 | 0 | 26.14 | 1 | 0.8 |
| Hex | FF | C6 | 9A | 0 | 16 | 28 | 0 | 1A | 64 | 50 |
| Octal | 377 | 306 | 232 | 0 | 26 | 50 | 0 | 32 | 144 | 120 |
| Binary | 11111111 | 11000110 | 10011010 | 0 | 10110 | 101000 | 0 | 11010 | 1100100 | 1010000 |
Color Harmonies of #FFC69A
Complementary color
Monochromatic Colors of #FFC69A
Black with #FFC69A
Text Example
Text Example
White with #FFC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC69A; }
p { color: rgb(255,198,154); }
H1.HeaderClassName
{
color: #FFC69A;
}
.AnyTagClassName
{
color: #FFC69A;
}
</style>
background-color css
<style>
a { background-color: #FFC69A; }
a { background-color: rgb(255,198,154); }
div.DivClassName
{
background-color: #FFC69A;
}
.BgClassName
{
background-color: #FFC69A;
}
</style>
border-color css
<style>
span { border-color: #FFC69A; }
span { border-color: rgb(255,198,154); }
td.TdClassName
{
border-color: #FFC69A;
}
.TagClassName
{
border-color: #FFC69A;
}
</style>