Shades of Peach-Orange #FBCA90
Tints of Peach-Orange #FBCA90
RGB
CMYK
RGB Variations
Color information
#FBCA90 (or 0xFBCA90) is known color: Peach-Orange. HEX triplet: FB, CA and 90. RGB value is (251,202,144). Sum of RGB (Red+Green+Blue) = 251+202+144=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCA90 is #04356F. Grayscale: #D2D2D2. Windows color (decimal): -275824 or 9489147. OLE color: 9489147.
HSL color Cylindrical-coordinate representation of color #FBCA90: hue angle of 32.52º 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 #FBCA90 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 144 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.02 |
| HSL | 32.52º | 0.93% | 0.77% | - |
| HSV(B) | 32.52º | 0.43% | 0.98% | - |
| XYZ | 65.94 | 64.76 | 35.41 | - |
| YUV | 210.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 144 | 0 | 0.20 | 0.43 | 0.02 | 32.52 | 0.93 | 0.77 |
| Hex | FB | CA | 90 | 0 | 14 | 2B | 2 | 21 | 5D | 4D |
| Octal | 373 | 312 | 220 | 0 | 24 | 53 | 2 | 41 | 135 | 115 |
| Binary | 11111011 | 11001010 | 10010000 | 0 | 10100 | 101011 | 10 | 100001 | 1011101 | 1001101 |
Color Harmonies of #FBCA90
Complementary color
Monochromatic Colors of #FBCA90
Black with #FBCA90
Text Example
Text Example
White with #FBCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCA90; }
p { color: rgb(251,202,144); }
H1.HeaderClassName
{
color: #FBCA90;
}
.AnyTagClassName
{
color: #FBCA90;
}
</style>
background-color css
<style>
a { background-color: #FBCA90; }
a { background-color: rgb(251,202,144); }
div.DivClassName
{
background-color: #FBCA90;
}
.BgClassName
{
background-color: #FBCA90;
}
</style>
border-color css
<style>
span { border-color: #FBCA90; }
span { border-color: rgb(251,202,144); }
td.TdClassName
{
border-color: #FBCA90;
}
.TagClassName
{
border-color: #FBCA90;
}
</style>