Shades of Peach-Orange #FBC68E
Tints of Peach-Orange #FBC68E
RGB
CMYK
RGB Variations
Color information
#FBC68E (or 0xFBC68E) is known color: Peach-Orange. HEX triplet: FB, C6 and 8E. RGB value is (251,198,142). Sum of RGB (Red+Green+Blue) = 251+198+142=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC68E is #043971. Grayscale: #CFCFCF. Windows color (decimal): -276850 or 9357051. OLE color: 9357051.
HSL color Cylindrical-coordinate representation of color #FBC68E: hue angle of 30.83º 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 #FBC68E is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 142 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.02 |
| HSL | 30.83º | 0.93% | 0.77% | - |
| HSV(B) | 30.83º | 0.43% | 0.98% | - |
| XYZ | 64.86 | 62.85 | 34.3 | - |
| YUV | 207.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 142 | 0 | 0.21 | 0.43 | 0.02 | 30.83 | 0.93 | 0.77 |
| Hex | FB | C6 | 8E | 0 | 15 | 2B | 2 | 1F | 5D | 4D |
| Octal | 373 | 306 | 216 | 0 | 25 | 53 | 2 | 37 | 135 | 115 |
| Binary | 11111011 | 11000110 | 10001110 | 0 | 10101 | 101011 | 10 | 11111 | 1011101 | 1001101 |
Color Harmonies of #FBC68E
Complementary color
Monochromatic Colors of #FBC68E
Black with #FBC68E
Text Example
Text Example
White with #FBC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC68E; }
p { color: rgb(251,198,142); }
H1.HeaderClassName
{
color: #FBC68E;
}
.AnyTagClassName
{
color: #FBC68E;
}
</style>
background-color css
<style>
a { background-color: #FBC68E; }
a { background-color: rgb(251,198,142); }
div.DivClassName
{
background-color: #FBC68E;
}
.BgClassName
{
background-color: #FBC68E;
}
</style>
border-color css
<style>
span { border-color: #FBC68E; }
span { border-color: rgb(251,198,142); }
td.TdClassName
{
border-color: #FBC68E;
}
.TagClassName
{
border-color: #FBC68E;
}
</style>