Shades of Peach-Orange #FAC38F
Tints of Peach-Orange #FAC38F
RGB
CMYK
RGB Variations
Color information
#FAC38F (or 0xFAC38F) is known color: Peach-Orange. HEX triplet: FA, C3 and 8F. RGB value is (250,195,143). Sum of RGB (Red+Green+Blue) = 250+195+143=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC38F is #053C70. Grayscale: #CDCDCD. Windows color (decimal): -343153 or 9421818. OLE color: 9421818.
HSL color Cylindrical-coordinate representation of color #FAC38F: hue angle of 29.16º degrees, saturation: 0.91, 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 #FAC38F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 143 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.02 |
| HSL | 29.16º | 0.91% | 0.77% | - |
| HSV(B) | 29.16º | 0.43% | 0.98% | - |
| XYZ | 63.9 | 61.34 | 34.46 | - |
| YUV | 205.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 143 | 0 | 0.22 | 0.43 | 0.02 | 29.16 | 0.91 | 0.77 |
| Hex | FA | C3 | 8F | 0 | 16 | 2B | 2 | 1D | 5B | 4D |
| Octal | 372 | 303 | 217 | 0 | 26 | 53 | 2 | 35 | 133 | 115 |
| Binary | 11111010 | 11000011 | 10001111 | 0 | 10110 | 101011 | 10 | 11101 | 1011011 | 1001101 |
Color Harmonies of #FAC38F
Complementary color
Monochromatic Colors of #FAC38F
Black with #FAC38F
Text Example
Text Example
White with #FAC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC38F; }
p { color: rgb(250,195,143); }
H1.HeaderClassName
{
color: #FAC38F;
}
.AnyTagClassName
{
color: #FAC38F;
}
</style>
background-color css
<style>
a { background-color: #FAC38F; }
a { background-color: rgb(250,195,143); }
div.DivClassName
{
background-color: #FAC38F;
}
.BgClassName
{
background-color: #FAC38F;
}
</style>
border-color css
<style>
span { border-color: #FAC38F; }
span { border-color: rgb(250,195,143); }
td.TdClassName
{
border-color: #FAC38F;
}
.TagClassName
{
border-color: #FAC38F;
}
</style>