Shades of International Orange #F85300
Tints of International Orange #F85300
RGB
CMYK
RGB Variations
Color information
#F85300 (or 0xF85300) is known color: International Orange. HEX triplet: F8, 53 and 00. RGB value is (248,83,0). Sum of RGB (Red+Green+Blue) = 248+83+0=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F85300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85300 is #07ACFF. Grayscale: #7B7B7B. Windows color (decimal): -503040 or 21496. OLE color: 21496.
HSL color Cylindrical-coordinate representation of color #F85300: hue angle of 20.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85300 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.03 |
| HSL | 20.08º | 1% | 0.49% | - |
| HSV(B) | 20.08º | 1% | 0.97% | - |
| XYZ | 41.8 | 26.14 | 2.84 | - |
| YUV | 122.87 | 58.66 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 0 | 0 | 0.67 | 1 | 0.03 | 20.08 | 1 | 0.49 |
| Hex | F8 | 53 | 0 | 0 | 43 | 64 | 3 | 14 | 64 | 31 |
| Octal | 370 | 123 | 0 | 0 | 103 | 144 | 3 | 24 | 144 | 61 |
| Binary | 11111000 | 1010011 | 0 | 0 | 1000011 | 1100100 | 11 | 10100 | 1100100 | 110001 |
Color Harmonies of #F85300
Complementary color
Monochromatic Colors of #F85300
Black with #F85300
Text Example
Text Example
White with #F85300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85300; }
p { color: rgb(248,83,0); }
H1.HeaderClassName
{
color: #F85300;
}
.AnyTagClassName
{
color: #F85300;
}
</style>
background-color css
<style>
a { background-color: #F85300; }
a { background-color: rgb(248,83,0); }
div.DivClassName
{
background-color: #F85300;
}
.BgClassName
{
background-color: #F85300;
}
</style>
border-color css
<style>
span { border-color: #F85300; }
span { border-color: rgb(248,83,0); }
td.TdClassName
{
border-color: #F85300;
}
.TagClassName
{
border-color: #F85300;
}
</style>