Shades of Peach-Orange #FBC68C
Tints of Peach-Orange #FBC68C
RGB
CMYK
RGB Variations
Color information
#FBC68C (or 0xFBC68C) is known color: Peach-Orange. HEX triplet: FB, C6 and 8C. RGB value is (251,198,140). Sum of RGB (Red+Green+Blue) = 251+198+140=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC68C is #043973. Grayscale: #CFCFCF. Windows color (decimal): -276852 or 9225979. OLE color: 9225979.
HSL color Cylindrical-coordinate representation of color #FBC68C: hue angle of 31.35º 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 #FBC68C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 140 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.02 |
| HSL | 31.35º | 0.93% | 0.77% | - |
| HSV(B) | 31.35º | 0.44% | 0.98% | - |
| XYZ | 64.71 | 62.79 | 33.52 | - |
| YUV | 207.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 140 | 0 | 0.21 | 0.44 | 0.02 | 31.35 | 0.93 | 0.77 |
| Hex | FB | C6 | 8C | 0 | 15 | 2C | 2 | 1F | 5D | 4D |
| Octal | 373 | 306 | 214 | 0 | 25 | 54 | 2 | 37 | 135 | 115 |
| Binary | 11111011 | 11000110 | 10001100 | 0 | 10101 | 101100 | 10 | 11111 | 1011101 | 1001101 |
Color Harmonies of #FBC68C
Complementary color
Monochromatic Colors of #FBC68C
Black with #FBC68C
Text Example
Text Example
White with #FBC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC68C; }
p { color: rgb(251,198,140); }
H1.HeaderClassName
{
color: #FBC68C;
}
.AnyTagClassName
{
color: #FBC68C;
}
</style>
background-color css
<style>
a { background-color: #FBC68C; }
a { background-color: rgb(251,198,140); }
div.DivClassName
{
background-color: #FBC68C;
}
.BgClassName
{
background-color: #FBC68C;
}
</style>
border-color css
<style>
span { border-color: #FBC68C; }
span { border-color: rgb(251,198,140); }
td.TdClassName
{
border-color: #FBC68C;
}
.TagClassName
{
border-color: #FBC68C;
}
</style>