Shades of Peach-Orange #FBC08F
Tints of Peach-Orange #FBC08F
RGB
CMYK
RGB Variations
Color information
#FBC08F (or 0xFBC08F) is known color: Peach-Orange. HEX triplet: FB, C0 and 8F. RGB value is (251,192,143). Sum of RGB (Red+Green+Blue) = 251+192+143=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC08F is #043F70. Grayscale: #CCCCCC. Windows color (decimal): -278385 or 9421051. OLE color: 9421051.
HSL color Cylindrical-coordinate representation of color #FBC08F: hue angle of 27.22º 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 #FBC08F is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 143 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.02 |
| HSL | 27.22º | 0.93% | 0.77% | - |
| HSV(B) | 27.22º | 0.43% | 0.98% | - |
| XYZ | 63.59 | 60.19 | 34.25 | - |
| YUV | 204.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 143 | 0 | 0.24 | 0.43 | 0.02 | 27.22 | 0.93 | 0.77 |
| Hex | FB | C0 | 8F | 0 | 18 | 2B | 2 | 1B | 5D | 4D |
| Octal | 373 | 300 | 217 | 0 | 30 | 53 | 2 | 33 | 135 | 115 |
| Binary | 11111011 | 11000000 | 10001111 | 0 | 11000 | 101011 | 10 | 11011 | 1011101 | 1001101 |
Color Harmonies of #FBC08F
Complementary color
Monochromatic Colors of #FBC08F
Black with #FBC08F
Text Example
Text Example
White with #FBC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC08F; }
p { color: rgb(251,192,143); }
H1.HeaderClassName
{
color: #FBC08F;
}
.AnyTagClassName
{
color: #FBC08F;
}
</style>
background-color css
<style>
a { background-color: #FBC08F; }
a { background-color: rgb(251,192,143); }
div.DivClassName
{
background-color: #FBC08F;
}
.BgClassName
{
background-color: #FBC08F;
}
</style>
border-color css
<style>
span { border-color: #FBC08F; }
span { border-color: rgb(251,192,143); }
td.TdClassName
{
border-color: #FBC08F;
}
.TagClassName
{
border-color: #FBC08F;
}
</style>