Shades of Peach-Orange #FBCA9A
Tints of Peach-Orange #FBCA9A
RGB
CMYK
RGB Variations
Color information
#FBCA9A (or 0xFBCA9A) is known color: Peach-Orange. HEX triplet: FB, CA and 9A. RGB value is (251,202,154). Sum of RGB (Red+Green+Blue) = 251+202+154=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCA9A is #043565. Grayscale: #D3D3D3. Windows color (decimal): -275814 or 10144507. OLE color: 10144507.
HSL color Cylindrical-coordinate representation of color #FBCA9A: hue angle of 29.69º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBCA9A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 154 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.02 |
| HSL | 29.69º | 0.92% | 0.79% | - |
| HSV(B) | 29.69º | 0.39% | 0.98% | - |
| XYZ | 66.74 | 65.08 | 39.62 | - |
| YUV | 211.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 154 | 0 | 0.20 | 0.39 | 0.02 | 29.69 | 0.92 | 0.79 |
| Hex | FB | CA | 9A | 0 | 14 | 27 | 2 | 1E | 5C | 4F |
| Octal | 373 | 312 | 232 | 0 | 24 | 47 | 2 | 36 | 134 | 117 |
| Binary | 11111011 | 11001010 | 10011010 | 0 | 10100 | 100111 | 10 | 11110 | 1011100 | 1001111 |
Color Harmonies of #FBCA9A
Complementary color
Monochromatic Colors of #FBCA9A
Black with #FBCA9A
Text Example
Text Example
White with #FBCA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCA9A; }
p { color: rgb(251,202,154); }
H1.HeaderClassName
{
color: #FBCA9A;
}
.AnyTagClassName
{
color: #FBCA9A;
}
</style>
background-color css
<style>
a { background-color: #FBCA9A; }
a { background-color: rgb(251,202,154); }
div.DivClassName
{
background-color: #FBCA9A;
}
.BgClassName
{
background-color: #FBCA9A;
}
</style>
border-color css
<style>
span { border-color: #FBCA9A; }
span { border-color: rgb(251,202,154); }
td.TdClassName
{
border-color: #FBCA9A;
}
.TagClassName
{
border-color: #FBCA9A;
}
</style>