Shades of Peach-Orange #FBCC8F
Tints of Peach-Orange #FBCC8F
RGB
CMYK
RGB Variations
Color information
#FBCC8F (or 0xFBCC8F) is known color: Peach-Orange. HEX triplet: FB, CC and 8F. RGB value is (251,204,143). Sum of RGB (Red+Green+Blue) = 251+204+143=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC8F is #043370. Grayscale: #D3D3D3. Windows color (decimal): -275313 or 9424123. OLE color: 9424123.
HSL color Cylindrical-coordinate representation of color #FBCC8F: hue angle of 33.89º 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 #FBCC8F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 143 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.02 |
| HSL | 33.89º | 0.93% | 0.77% | - |
| HSV(B) | 33.89º | 0.43% | 0.98% | - |
| XYZ | 66.33 | 65.68 | 35.17 | - |
| YUV | 211.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 143 | 0 | 0.19 | 0.43 | 0.02 | 33.89 | 0.93 | 0.77 |
| Hex | FB | CC | 8F | 0 | 13 | 2B | 2 | 22 | 5D | 4D |
| Octal | 373 | 314 | 217 | 0 | 23 | 53 | 2 | 42 | 135 | 115 |
| Binary | 11111011 | 11001100 | 10001111 | 0 | 10011 | 101011 | 10 | 100010 | 1011101 | 1001101 |
Color Harmonies of #FBCC8F
Complementary color
Monochromatic Colors of #FBCC8F
Black with #FBCC8F
Text Example
Text Example
White with #FBCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC8F; }
p { color: rgb(251,204,143); }
H1.HeaderClassName
{
color: #FBCC8F;
}
.AnyTagClassName
{
color: #FBCC8F;
}
</style>
background-color css
<style>
a { background-color: #FBCC8F; }
a { background-color: rgb(251,204,143); }
div.DivClassName
{
background-color: #FBCC8F;
}
.BgClassName
{
background-color: #FBCC8F;
}
</style>
border-color css
<style>
span { border-color: #FBCC8F; }
span { border-color: rgb(251,204,143); }
td.TdClassName
{
border-color: #FBCC8F;
}
.TagClassName
{
border-color: #FBCC8F;
}
</style>