Shades of Orange Peel #FA9B0C
Tints of Orange Peel #FA9B0C
RGB
CMYK
RGB Variations
Color information
#FA9B0C (or 0xFA9B0C) is known color: Orange Peel. HEX triplet: FA, 9B and 0C. RGB value is (250,155,12). Sum of RGB (Red+Green+Blue) = 250+155+12=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9B0C is #0564F3. Grayscale: #A7A7A7. Windows color (decimal): -353524 or 826362. OLE color: 826362.
HSL color Cylindrical-coordinate representation of color #FA9B0C: hue angle of 36.05º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA9B0C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.02 |
| HSL | 36.05º | 0.96% | 0.51% | - |
| HSV(B) | 36.05º | 0.95% | 0.98% | - |
| XYZ | 51.21 | 43.79 | 6.1 | - |
| YUV | 167.1 | 40.47 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 12 | 0 | 0.38 | 0.95 | 0.02 | 36.05 | 0.96 | 0.51 |
| Hex | FA | 9B | C | 0 | 26 | 5F | 2 | 24 | 60 | 33 |
| Octal | 372 | 233 | 14 | 0 | 46 | 137 | 2 | 44 | 140 | 63 |
| Binary | 11111010 | 10011011 | 1100 | 0 | 100110 | 1011111 | 10 | 100100 | 1100000 | 110011 |
Color Harmonies of #FA9B0C
Complementary color
Monochromatic Colors of #FA9B0C
Black with #FA9B0C
Text Example
Text Example
White with #FA9B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B0C; }
p { color: rgb(250,155,12); }
H1.HeaderClassName
{
color: #FA9B0C;
}
.AnyTagClassName
{
color: #FA9B0C;
}
</style>
background-color css
<style>
a { background-color: #FA9B0C; }
a { background-color: rgb(250,155,12); }
div.DivClassName
{
background-color: #FA9B0C;
}
.BgClassName
{
background-color: #FA9B0C;
}
</style>
border-color css
<style>
span { border-color: #FA9B0C; }
span { border-color: rgb(250,155,12); }
td.TdClassName
{
border-color: #FA9B0C;
}
.TagClassName
{
border-color: #FA9B0C;
}
</style>