Shades of Peach-Orange #FFCB95
Tints of Peach-Orange #FFCB95
RGB
CMYK
RGB Variations
Color information
#FFCB95 (or 0xFFCB95) is known color: Peach-Orange. HEX triplet: FF, CB and 95. RGB value is (255,203,149). Sum of RGB (Red+Green+Blue) = 255+203+149=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB95 is #00346A. Grayscale: #D4D4D4. Windows color (decimal): -13419 or 9817087. OLE color: 9817087.
HSL color Cylindrical-coordinate representation of color #FFCB95: hue angle of 30.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFCB95 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 149 | - |
| CMYK | 0 | 0.20 | 0.42 | 0 |
| HSL | 30.57º | 1% | 0.79% | - |
| HSV(B) | 30.57º | 0.42% | 1% | - |
| XYZ | 68.02 | 66.14 | 37.62 | - |
| YUV | 212.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 149 | 0 | 0.20 | 0.42 | 0 | 30.57 | 1 | 0.79 |
| Hex | FF | CB | 95 | 0 | 14 | 2A | 0 | 1F | 64 | 4F |
| Octal | 377 | 313 | 225 | 0 | 24 | 52 | 0 | 37 | 144 | 117 |
| Binary | 11111111 | 11001011 | 10010101 | 0 | 10100 | 101010 | 0 | 11111 | 1100100 | 1001111 |
Color Harmonies of #FFCB95
Complementary color
Monochromatic Colors of #FFCB95
Black with #FFCB95
Text Example
Text Example
White with #FFCB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB95; }
p { color: rgb(255,203,149); }
H1.HeaderClassName
{
color: #FFCB95;
}
.AnyTagClassName
{
color: #FFCB95;
}
</style>
background-color css
<style>
a { background-color: #FFCB95; }
a { background-color: rgb(255,203,149); }
div.DivClassName
{
background-color: #FFCB95;
}
.BgClassName
{
background-color: #FFCB95;
}
</style>
border-color css
<style>
span { border-color: #FFCB95; }
span { border-color: rgb(255,203,149); }
td.TdClassName
{
border-color: #FFCB95;
}
.TagClassName
{
border-color: #FFCB95;
}
</style>