Shades of Peach-Orange #FBC593
Tints of Peach-Orange #FBC593
RGB
CMYK
RGB Variations
Color information
#FBC593 (or 0xFBC593) is known color: Peach-Orange. HEX triplet: FB, C5 and 93. RGB value is (251,197,147). Sum of RGB (Red+Green+Blue) = 251+197+147=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC593 is #043A6C. Grayscale: #CFCFCF. Windows color (decimal): -277101 or 9684475. OLE color: 9684475.
HSL color Cylindrical-coordinate representation of color #FBC593: hue angle of 28.85º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBC593 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 147 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.02 |
| HSL | 28.85º | 0.93% | 0.78% | - |
| HSV(B) | 28.85º | 0.41% | 0.98% | - |
| XYZ | 65.02 | 62.55 | 36.25 | - |
| YUV | 207.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 147 | 0 | 0.22 | 0.41 | 0.02 | 28.85 | 0.93 | 0.78 |
| Hex | FB | C5 | 93 | 0 | 16 | 29 | 2 | 1D | 5D | 4E |
| Octal | 373 | 305 | 223 | 0 | 26 | 51 | 2 | 35 | 135 | 116 |
| Binary | 11111011 | 11000101 | 10010011 | 0 | 10110 | 101001 | 10 | 11101 | 1011101 | 1001110 |
Color Harmonies of #FBC593
Complementary color
Monochromatic Colors of #FBC593
Black with #FBC593
Text Example
Text Example
White with #FBC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC593; }
p { color: rgb(251,197,147); }
H1.HeaderClassName
{
color: #FBC593;
}
.AnyTagClassName
{
color: #FBC593;
}
</style>
background-color css
<style>
a { background-color: #FBC593; }
a { background-color: rgb(251,197,147); }
div.DivClassName
{
background-color: #FBC593;
}
.BgClassName
{
background-color: #FBC593;
}
</style>
border-color css
<style>
span { border-color: #FBC593; }
span { border-color: rgb(251,197,147); }
td.TdClassName
{
border-color: #FBC593;
}
.TagClassName
{
border-color: #FBC593;
}
</style>