Shades of Peach-Orange #FBC690
Tints of Peach-Orange #FBC690
RGB
CMYK
RGB Variations
Color information
#FBC690 (or 0xFBC690) is known color: Peach-Orange. HEX triplet: FB, C6 and 90. RGB value is (251,198,144). Sum of RGB (Red+Green+Blue) = 251+198+144=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC690 is #04396F. Grayscale: #CFCFCF. Windows color (decimal): -276848 or 9488123. OLE color: 9488123.
HSL color Cylindrical-coordinate representation of color #FBC690: hue angle of 30.28º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBC690 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 144 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.02 |
| HSL | 30.28º | 0.93% | 0.77% | - |
| HSV(B) | 30.28º | 0.43% | 0.98% | - |
| XYZ | 65.01 | 62.91 | 35.1 | - |
| YUV | 207.69 | 92.06 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 144 | 0 | 0.21 | 0.43 | 0.02 | 30.28 | 0.93 | 0.77 |
| Hex | FB | C6 | 90 | 0 | 15 | 2B | 2 | 1E | 5D | 4D |
| Octal | 373 | 306 | 220 | 0 | 25 | 53 | 2 | 36 | 135 | 115 |
| Binary | 11111011 | 11000110 | 10010000 | 0 | 10101 | 101011 | 10 | 11110 | 1011101 | 1001101 |
Color Harmonies of #FBC690
Complementary color
Monochromatic Colors of #FBC690
Black with #FBC690
Text Example
Text Example
White with #FBC690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC690; }
p { color: rgb(251,198,144); }
H1.HeaderClassName
{
color: #FBC690;
}
.AnyTagClassName
{
color: #FBC690;
}
</style>
background-color css
<style>
a { background-color: #FBC690; }
a { background-color: rgb(251,198,144); }
div.DivClassName
{
background-color: #FBC690;
}
.BgClassName
{
background-color: #FBC690;
}
</style>
border-color css
<style>
span { border-color: #FBC690; }
span { border-color: rgb(251,198,144); }
td.TdClassName
{
border-color: #FBC690;
}
.TagClassName
{
border-color: #FBC690;
}
</style>