Shades of Peach-Orange #FBCC90
Tints of Peach-Orange #FBCC90
RGB
CMYK
RGB Variations
Color information
#FBCC90 (or 0xFBCC90) is known color: Peach-Orange. HEX triplet: FB, CC and 90. RGB value is (251,204,144). Sum of RGB (Red+Green+Blue) = 251+204+144=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC90 is #04336F. Grayscale: #D3D3D3. Windows color (decimal): -275312 or 9489659. OLE color: 9489659.
HSL color Cylindrical-coordinate representation of color #FBCC90: hue angle of 33.64º 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 #FBCC90 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 144 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.02 |
| HSL | 33.64º | 0.93% | 0.77% | - |
| HSV(B) | 33.64º | 0.43% | 0.98% | - |
| XYZ | 66.41 | 65.71 | 35.57 | - |
| YUV | 211.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 144 | 0 | 0.19 | 0.43 | 0.02 | 33.64 | 0.93 | 0.77 |
| Hex | FB | CC | 90 | 0 | 13 | 2B | 2 | 22 | 5D | 4D |
| Octal | 373 | 314 | 220 | 0 | 23 | 53 | 2 | 42 | 135 | 115 |
| Binary | 11111011 | 11001100 | 10010000 | 0 | 10011 | 101011 | 10 | 100010 | 1011101 | 1001101 |
Color Harmonies of #FBCC90
Complementary color
Monochromatic Colors of #FBCC90
Black with #FBCC90
Text Example
Text Example
White with #FBCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC90; }
p { color: rgb(251,204,144); }
H1.HeaderClassName
{
color: #FBCC90;
}
.AnyTagClassName
{
color: #FBCC90;
}
</style>
background-color css
<style>
a { background-color: #FBCC90; }
a { background-color: rgb(251,204,144); }
div.DivClassName
{
background-color: #FBCC90;
}
.BgClassName
{
background-color: #FBCC90;
}
</style>
border-color css
<style>
span { border-color: #FBCC90; }
span { border-color: rgb(251,204,144); }
td.TdClassName
{
border-color: #FBCC90;
}
.TagClassName
{
border-color: #FBCC90;
}
</style>