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