Shades of Orange Peel #FA980A
Tints of Orange Peel #FA980A
RGB
CMYK
RGB Variations
Color information
#FA980A (or 0xFA980A) is known color: Orange Peel. HEX triplet: FA, 98 and 0A. RGB value is (250,152,10). Sum of RGB (Red+Green+Blue) = 250+152+10=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA980A is #0567F5. Grayscale: #A5A5A5. Windows color (decimal): -354294 or 694522. OLE color: 694522.
HSL color Cylindrical-coordinate representation of color #FA980A: hue angle of 35.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA980A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.02 |
| HSL | 35.5º | 0.96% | 0.51% | - |
| HSV(B) | 35.5º | 0.96% | 0.98% | - |
| XYZ | 50.71 | 42.8 | 5.88 | - |
| YUV | 165.11 | 40.47 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 10 | 0 | 0.39 | 0.96 | 0.02 | 35.5 | 0.96 | 0.51 |
| Hex | FA | 98 | A | 0 | 27 | 60 | 2 | 24 | 60 | 33 |
| Octal | 372 | 230 | 12 | 0 | 47 | 140 | 2 | 44 | 140 | 63 |
| Binary | 11111010 | 10011000 | 1010 | 0 | 100111 | 1100000 | 10 | 100100 | 1100000 | 110011 |
Color Harmonies of #FA980A
Complementary color
Monochromatic Colors of #FA980A
Black with #FA980A
Text Example
Text Example
White with #FA980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA980A; }
p { color: rgb(250,152,10); }
H1.HeaderClassName
{
color: #FA980A;
}
.AnyTagClassName
{
color: #FA980A;
}
</style>
background-color css
<style>
a { background-color: #FA980A; }
a { background-color: rgb(250,152,10); }
div.DivClassName
{
background-color: #FA980A;
}
.BgClassName
{
background-color: #FA980A;
}
</style>
border-color css
<style>
span { border-color: #FA980A; }
span { border-color: rgb(250,152,10); }
td.TdClassName
{
border-color: #FA980A;
}
.TagClassName
{
border-color: #FA980A;
}
</style>