Shades of Orange #FFA507
Tints of Orange #FFA507
RGB
CMYK
RGB Variations
Color information
#FFA507 (or 0xFFA507) is known color: Orange. HEX triplet: FF, A5 and 07. RGB value is (255,165,7). Sum of RGB (Red+Green+Blue) = 255+165+7=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA507 is #005AF8. Grayscale: #AEAEAE. Windows color (decimal): -23289 or 501247. OLE color: 501247.
HSL color Cylindrical-coordinate representation of color #FFA507: hue angle of 38.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFA507 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0 |
| HSL | 38.23º | 1% | 0.51% | - |
| HSV(B) | 38.23º | 0.97% | 1% | - |
| XYZ | 54.73 | 48.19 | 6.62 | - |
| YUV | 173.9 | 33.82 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 7 | 0 | 0.35 | 0.97 | 0 | 38.23 | 1 | 0.51 |
| Hex | FF | A5 | 7 | 0 | 23 | 61 | 0 | 26 | 64 | 33 |
| Octal | 377 | 245 | 7 | 0 | 43 | 141 | 0 | 46 | 144 | 63 |
| Binary | 11111111 | 10100101 | 111 | 0 | 100011 | 1100001 | 0 | 100110 | 1100100 | 110011 |
Color Harmonies of #FFA507
Complementary color
Monochromatic Colors of #FFA507
Black with #FFA507
Text Example
Text Example
White with #FFA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA507; }
p { color: rgb(255,165,7); }
H1.HeaderClassName
{
color: #FFA507;
}
.AnyTagClassName
{
color: #FFA507;
}
</style>
background-color css
<style>
a { background-color: #FFA507; }
a { background-color: rgb(255,165,7); }
div.DivClassName
{
background-color: #FFA507;
}
.BgClassName
{
background-color: #FFA507;
}
</style>
border-color css
<style>
span { border-color: #FFA507; }
span { border-color: rgb(255,165,7); }
td.TdClassName
{
border-color: #FFA507;
}
.TagClassName
{
border-color: #FFA507;
}
</style>