Shades of Peach-Orange #FFC38D
Tints of Peach-Orange #FFC38D
RGB
CMYK
RGB Variations
Color information
#FFC38D (or 0xFFC38D) is known color: Peach-Orange. HEX triplet: FF, C3 and 8D. RGB value is (255,195,141). Sum of RGB (Red+Green+Blue) = 255+195+141=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC38D is #003C72. Grayscale: #CFCFCF. Windows color (decimal): -15475 or 9290751. OLE color: 9290751.
HSL color Cylindrical-coordinate representation of color #FFC38D: hue angle of 28.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC38D is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 141 | - |
| CMYK | 0 | 0.24 | 0.45 | 0 |
| HSL | 28.42º | 1% | 0.78% | - |
| HSV(B) | 28.42º | 0.45% | 1% | - |
| XYZ | 65.56 | 62.21 | 33.75 | - |
| YUV | 206.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 141 | 0 | 0.24 | 0.45 | 0 | 28.42 | 1 | 0.78 |
| Hex | FF | C3 | 8D | 0 | 18 | 2D | 0 | 1C | 64 | 4E |
| Octal | 377 | 303 | 215 | 0 | 30 | 55 | 0 | 34 | 144 | 116 |
| Binary | 11111111 | 11000011 | 10001101 | 0 | 11000 | 101101 | 0 | 11100 | 1100100 | 1001110 |
Color Harmonies of #FFC38D
Complementary color
Monochromatic Colors of #FFC38D
Black with #FFC38D
Text Example
Text Example
White with #FFC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC38D; }
p { color: rgb(255,195,141); }
H1.HeaderClassName
{
color: #FFC38D;
}
.AnyTagClassName
{
color: #FFC38D;
}
</style>
background-color css
<style>
a { background-color: #FFC38D; }
a { background-color: rgb(255,195,141); }
div.DivClassName
{
background-color: #FFC38D;
}
.BgClassName
{
background-color: #FFC38D;
}
</style>
border-color css
<style>
span { border-color: #FFC38D; }
span { border-color: rgb(255,195,141); }
td.TdClassName
{
border-color: #FFC38D;
}
.TagClassName
{
border-color: #FFC38D;
}
</style>