Shades of Peach-Orange #FFC38A
Tints of Peach-Orange #FFC38A
RGB
CMYK
RGB Variations
Color information
#FFC38A (or 0xFFC38A) is known color: Peach-Orange. HEX triplet: FF, C3 and 8A. RGB value is (255,195,138). Sum of RGB (Red+Green+Blue) = 255+195+138=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC38A is #003C75. Grayscale: #CECECE. Windows color (decimal): -15478 or 9094143. OLE color: 9094143.
HSL color Cylindrical-coordinate representation of color #FFC38A: hue angle of 29.23º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFC38A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 138 | - |
| CMYK | 0 | 0.24 | 0.46 | 0 |
| HSL | 29.23º | 1% | 0.77% | - |
| HSV(B) | 29.23º | 0.46% | 1% | - |
| XYZ | 65.34 | 62.13 | 32.59 | - |
| YUV | 206.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 138 | 0 | 0.24 | 0.46 | 0 | 29.23 | 1 | 0.77 |
| Hex | FF | C3 | 8A | 0 | 18 | 2E | 0 | 1D | 64 | 4D |
| Octal | 377 | 303 | 212 | 0 | 30 | 56 | 0 | 35 | 144 | 115 |
| Binary | 11111111 | 11000011 | 10001010 | 0 | 11000 | 101110 | 0 | 11101 | 1100100 | 1001101 |
Color Harmonies of #FFC38A
Complementary color
Monochromatic Colors of #FFC38A
Black with #FFC38A
Text Example
Text Example
White with #FFC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC38A; }
p { color: rgb(255,195,138); }
H1.HeaderClassName
{
color: #FFC38A;
}
.AnyTagClassName
{
color: #FFC38A;
}
</style>
background-color css
<style>
a { background-color: #FFC38A; }
a { background-color: rgb(255,195,138); }
div.DivClassName
{
background-color: #FFC38A;
}
.BgClassName
{
background-color: #FFC38A;
}
</style>
border-color css
<style>
span { border-color: #FFC38A; }
span { border-color: rgb(255,195,138); }
td.TdClassName
{
border-color: #FFC38A;
}
.TagClassName
{
border-color: #FFC38A;
}
</style>