Shades of Peach-Orange #FBC594
Tints of Peach-Orange #FBC594
RGB
CMYK
RGB Variations
Color information
#FBC594 (or 0xFBC594) is known color: Peach-Orange. HEX triplet: FB, C5 and 94. RGB value is (251,197,148). Sum of RGB (Red+Green+Blue) = 251+197+148=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC594 is #043A6B. Grayscale: #CFCFCF. Windows color (decimal): -277100 or 9750011. OLE color: 9750011.
HSL color Cylindrical-coordinate representation of color #FBC594: hue angle of 28.54º 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 #FBC594 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 148 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.02 |
| HSL | 28.54º | 0.93% | 0.78% | - |
| HSV(B) | 28.54º | 0.41% | 0.98% | - |
| XYZ | 65.1 | 62.58 | 36.67 | - |
| YUV | 207.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 148 | 0 | 0.22 | 0.41 | 0.02 | 28.54 | 0.93 | 0.78 |
| Hex | FB | C5 | 94 | 0 | 16 | 29 | 2 | 1D | 5D | 4E |
| Octal | 373 | 305 | 224 | 0 | 26 | 51 | 2 | 35 | 135 | 116 |
| Binary | 11111011 | 11000101 | 10010100 | 0 | 10110 | 101001 | 10 | 11101 | 1011101 | 1001110 |
Color Harmonies of #FBC594
Complementary color
Monochromatic Colors of #FBC594
Black with #FBC594
Text Example
Text Example
White with #FBC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC594; }
p { color: rgb(251,197,148); }
H1.HeaderClassName
{
color: #FBC594;
}
.AnyTagClassName
{
color: #FBC594;
}
</style>
background-color css
<style>
a { background-color: #FBC594; }
a { background-color: rgb(251,197,148); }
div.DivClassName
{
background-color: #FBC594;
}
.BgClassName
{
background-color: #FBC594;
}
</style>
border-color css
<style>
span { border-color: #FBC594; }
span { border-color: rgb(251,197,148); }
td.TdClassName
{
border-color: #FBC594;
}
.TagClassName
{
border-color: #FBC594;
}
</style>