Shades of Peach-Orange #FBC18C
Tints of Peach-Orange #FBC18C
RGB
CMYK
RGB Variations
Color information
#FBC18C (or 0xFBC18C) is known color: Peach-Orange. HEX triplet: FB, C1 and 8C. RGB value is (251,193,140). Sum of RGB (Red+Green+Blue) = 251+193+140=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC18C is #043E73. Grayscale: #CCCCCC. Windows color (decimal): -278132 or 9224699. OLE color: 9224699.
HSL color Cylindrical-coordinate representation of color #FBC18C: hue angle of 28.65º 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 #FBC18C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 140 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.02 |
| HSL | 28.65º | 0.93% | 0.77% | - |
| HSV(B) | 28.65º | 0.44% | 0.98% | - |
| XYZ | 63.59 | 60.54 | 33.15 | - |
| YUV | 204.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 140 | 0 | 0.23 | 0.44 | 0.02 | 28.65 | 0.93 | 0.77 |
| Hex | FB | C1 | 8C | 0 | 17 | 2C | 2 | 1D | 5D | 4D |
| Octal | 373 | 301 | 214 | 0 | 27 | 54 | 2 | 35 | 135 | 115 |
| Binary | 11111011 | 11000001 | 10001100 | 0 | 10111 | 101100 | 10 | 11101 | 1011101 | 1001101 |
Color Harmonies of #FBC18C
Complementary color
Monochromatic Colors of #FBC18C
Black with #FBC18C
Text Example
Text Example
White with #FBC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC18C; }
p { color: rgb(251,193,140); }
H1.HeaderClassName
{
color: #FBC18C;
}
.AnyTagClassName
{
color: #FBC18C;
}
</style>
background-color css
<style>
a { background-color: #FBC18C; }
a { background-color: rgb(251,193,140); }
div.DivClassName
{
background-color: #FBC18C;
}
.BgClassName
{
background-color: #FBC18C;
}
</style>
border-color css
<style>
span { border-color: #FBC18C; }
span { border-color: rgb(251,193,140); }
td.TdClassName
{
border-color: #FBC18C;
}
.TagClassName
{
border-color: #FBC18C;
}
</style>