Shades of Orange Peel #FA9F03
Tints of Orange Peel #FA9F03
RGB
CMYK
RGB Variations
Color information
#FA9F03 (or 0xFA9F03) is known color: Orange Peel. HEX triplet: FA, 9F and 03. RGB value is (250,159,3). Sum of RGB (Red+Green+Blue) = 250+159+3=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9F03 is #0560FC. Grayscale: #A9A9A9. Windows color (decimal): -352509 or 237562. OLE color: 237562.
HSL color Cylindrical-coordinate representation of color #FA9F03: hue angle of 37.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA9F03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.02 |
| HSL | 37.89º | 0.98% | 0.5% | - |
| HSV(B) | 37.89º | 0.99% | 0.98% | - |
| XYZ | 51.84 | 45.13 | 6.06 | - |
| YUV | 168.43 | 34.65 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 3 | 0 | 0.36 | 0.99 | 0.02 | 37.89 | 0.98 | 0.5 |
| Hex | FA | 9F | 3 | 0 | 24 | 63 | 2 | 26 | 62 | 32 |
| Octal | 372 | 237 | 3 | 0 | 44 | 143 | 2 | 46 | 142 | 62 |
| Binary | 11111010 | 10011111 | 11 | 0 | 100100 | 1100011 | 10 | 100110 | 1100010 | 110010 |
Color Harmonies of #FA9F03
Complementary color
Monochromatic Colors of #FA9F03
Black with #FA9F03
Text Example
Text Example
White with #FA9F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F03; }
p { color: rgb(250,159,3); }
H1.HeaderClassName
{
color: #FA9F03;
}
.AnyTagClassName
{
color: #FA9F03;
}
</style>
background-color css
<style>
a { background-color: #FA9F03; }
a { background-color: rgb(250,159,3); }
div.DivClassName
{
background-color: #FA9F03;
}
.BgClassName
{
background-color: #FA9F03;
}
</style>
border-color css
<style>
span { border-color: #FA9F03; }
span { border-color: rgb(250,159,3); }
td.TdClassName
{
border-color: #FA9F03;
}
.TagClassName
{
border-color: #FA9F03;
}
</style>