Shades of Orange Peel #FA980B
Tints of Orange Peel #FA980B
RGB
CMYK
RGB Variations
Color information
#FA980B (or 0xFA980B) is known color: Orange Peel. HEX triplet: FA, 98 and 0B. RGB value is (250,152,11). Sum of RGB (Red+Green+Blue) = 250+152+11=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA980B is #0567F4. Grayscale: #A5A5A5. Windows color (decimal): -354293 or 760058. OLE color: 760058.
HSL color Cylindrical-coordinate representation of color #FA980B: hue angle of 35.4º 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 #FA980B is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 11 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.02 |
| HSL | 35.4º | 0.96% | 0.51% | - |
| HSV(B) | 35.4º | 0.96% | 0.98% | - |
| XYZ | 50.71 | 42.8 | 5.91 | - |
| YUV | 165.23 | 40.97 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 11 | 0 | 0.39 | 0.96 | 0.02 | 35.4 | 0.96 | 0.51 |
| Hex | FA | 98 | B | 0 | 27 | 60 | 2 | 23 | 60 | 33 |
| Octal | 372 | 230 | 13 | 0 | 47 | 140 | 2 | 43 | 140 | 63 |
| Binary | 11111010 | 10011000 | 1011 | 0 | 100111 | 1100000 | 10 | 100011 | 1100000 | 110011 |
Color Harmonies of #FA980B
Complementary color
Monochromatic Colors of #FA980B
Black with #FA980B
Text Example
Text Example
White with #FA980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA980B; }
p { color: rgb(250,152,11); }
H1.HeaderClassName
{
color: #FA980B;
}
.AnyTagClassName
{
color: #FA980B;
}
</style>
background-color css
<style>
a { background-color: #FA980B; }
a { background-color: rgb(250,152,11); }
div.DivClassName
{
background-color: #FA980B;
}
.BgClassName
{
background-color: #FA980B;
}
</style>
border-color css
<style>
span { border-color: #FA980B; }
span { border-color: rgb(250,152,11); }
td.TdClassName
{
border-color: #FA980B;
}
.TagClassName
{
border-color: #FA980B;
}
</style>