Shades of Peach-Orange #FBCC8D
Tints of Peach-Orange #FBCC8D
RGB
CMYK
RGB Variations
Color information
#FBCC8D (or 0xFBCC8D) is known color: Peach-Orange. HEX triplet: FB, CC and 8D. RGB value is (251,204,141). Sum of RGB (Red+Green+Blue) = 251+204+141=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC8D is #043372. Grayscale: #D3D3D3. Windows color (decimal): -275315 or 9293051. OLE color: 9293051.
HSL color Cylindrical-coordinate representation of color #FBCC8D: hue angle of 34.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBCC8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 141 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.02 |
| HSL | 34.36º | 0.93% | 0.77% | - |
| HSV(B) | 34.36º | 0.44% | 0.98% | - |
| XYZ | 66.18 | 65.62 | 34.38 | - |
| YUV | 210.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 141 | 0 | 0.19 | 0.44 | 0.02 | 34.36 | 0.93 | 0.77 |
| Hex | FB | CC | 8D | 0 | 13 | 2C | 2 | 22 | 5D | 4D |
| Octal | 373 | 314 | 215 | 0 | 23 | 54 | 2 | 42 | 135 | 115 |
| Binary | 11111011 | 11001100 | 10001101 | 0 | 10011 | 101100 | 10 | 100010 | 1011101 | 1001101 |
Color Harmonies of #FBCC8D
Complementary color
Monochromatic Colors of #FBCC8D
Black with #FBCC8D
Text Example
Text Example
White with #FBCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC8D; }
p { color: rgb(251,204,141); }
H1.HeaderClassName
{
color: #FBCC8D;
}
.AnyTagClassName
{
color: #FBCC8D;
}
</style>
background-color css
<style>
a { background-color: #FBCC8D; }
a { background-color: rgb(251,204,141); }
div.DivClassName
{
background-color: #FBCC8D;
}
.BgClassName
{
background-color: #FBCC8D;
}
</style>
border-color css
<style>
span { border-color: #FBCC8D; }
span { border-color: rgb(251,204,141); }
td.TdClassName
{
border-color: #FBCC8D;
}
.TagClassName
{
border-color: #FBCC8D;
}
</style>