Shades of Peach-Orange #FFCB98
Tints of Peach-Orange #FFCB98
RGB
CMYK
RGB Variations
Color information
#FFCB98 (or 0xFFCB98) is known color: Peach-Orange. HEX triplet: FF, CB and 98. RGB value is (255,203,152). Sum of RGB (Red+Green+Blue) = 255+203+152=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB98 is #003467. Grayscale: #D4D4D4. Windows color (decimal): -13416 or 10013695. OLE color: 10013695.
HSL color Cylindrical-coordinate representation of color #FFCB98: hue angle of 29.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFCB98 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 152 | - |
| CMYK | 0 | 0.20 | 0.40 | 0 |
| HSL | 29.71º | 1% | 0.8% | - |
| HSV(B) | 29.71º | 0.4% | 1% | - |
| XYZ | 68.26 | 66.24 | 38.89 | - |
| YUV | 212.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 152 | 0 | 0.20 | 0.40 | 0 | 29.71 | 1 | 0.8 |
| Hex | FF | CB | 98 | 0 | 14 | 28 | 0 | 1E | 64 | 50 |
| Octal | 377 | 313 | 230 | 0 | 24 | 50 | 0 | 36 | 144 | 120 |
| Binary | 11111111 | 11001011 | 10011000 | 0 | 10100 | 101000 | 0 | 11110 | 1100100 | 1010000 |
Color Harmonies of #FFCB98
Complementary color
Monochromatic Colors of #FFCB98
Black with #FFCB98
Text Example
Text Example
White with #FFCB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB98; }
p { color: rgb(255,203,152); }
H1.HeaderClassName
{
color: #FFCB98;
}
.AnyTagClassName
{
color: #FFCB98;
}
</style>
background-color css
<style>
a { background-color: #FFCB98; }
a { background-color: rgb(255,203,152); }
div.DivClassName
{
background-color: #FFCB98;
}
.BgClassName
{
background-color: #FFCB98;
}
</style>
border-color css
<style>
span { border-color: #FFCB98; }
span { border-color: rgb(255,203,152); }
td.TdClassName
{
border-color: #FFCB98;
}
.TagClassName
{
border-color: #FFCB98;
}
</style>