Shades of Peach-Orange #FBC490
Tints of Peach-Orange #FBC490
RGB
CMYK
RGB Variations
Color information
#FBC490 (or 0xFBC490) is known color: Peach-Orange. HEX triplet: FB, C4 and 90. RGB value is (251,196,144). Sum of RGB (Red+Green+Blue) = 251+196+144=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC490 is #043B6F. Grayscale: #CECECE. Windows color (decimal): -277360 or 9487611. OLE color: 9487611.
HSL color Cylindrical-coordinate representation of color #FBC490: hue angle of 29.16º 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 #FBC490 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 144 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.02 |
| HSL | 29.16º | 0.93% | 0.77% | - |
| HSV(B) | 29.16º | 0.43% | 0.98% | - |
| XYZ | 64.56 | 62 | 34.95 | - |
| YUV | 206.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 144 | 0 | 0.22 | 0.43 | 0.02 | 29.16 | 0.93 | 0.77 |
| Hex | FB | C4 | 90 | 0 | 16 | 2B | 2 | 1D | 5D | 4D |
| Octal | 373 | 304 | 220 | 0 | 26 | 53 | 2 | 35 | 135 | 115 |
| Binary | 11111011 | 11000100 | 10010000 | 0 | 10110 | 101011 | 10 | 11101 | 1011101 | 1001101 |
Color Harmonies of #FBC490
Complementary color
Monochromatic Colors of #FBC490
Black with #FBC490
Text Example
Text Example
White with #FBC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC490; }
p { color: rgb(251,196,144); }
H1.HeaderClassName
{
color: #FBC490;
}
.AnyTagClassName
{
color: #FBC490;
}
</style>
background-color css
<style>
a { background-color: #FBC490; }
a { background-color: rgb(251,196,144); }
div.DivClassName
{
background-color: #FBC490;
}
.BgClassName
{
background-color: #FBC490;
}
</style>
border-color css
<style>
span { border-color: #FBC490; }
span { border-color: rgb(251,196,144); }
td.TdClassName
{
border-color: #FBC490;
}
.TagClassName
{
border-color: #FBC490;
}
</style>