Html Css Color HEX #F8530C International Orange
📋 copy color: '#F8530C'red 248 ◦ green 83 ◦ blue 12
Shades of International Orange #F8530C
Tints of International Orange #F8530C
RGB
CMYK
RGB Variations
Color information
#F8530C (or 0xF8530C) is known color: International Orange. HEX triplet: F8, 53 and 0C. RGB value is (248,83,12). Sum of RGB (Red+Green+Blue) = 248+83+12=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8530C is #07ACF3. Grayscale: #7C7C7C. Windows color (decimal): -503028 or 807928. OLE color: 807928.
HSL color Cylindrical-coordinate representation of color #F8530C: hue angle of 18.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8530C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.03 |
| HSL | 18.05º | 0.94% | 0.51% | - |
| HSV(B) | 18.05º | 0.95% | 0.97% | - |
| XYZ | 41.87 | 26.17 | 3.19 | - |
| YUV | 124.24 | 64.66 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 12 | 0 | 0.67 | 0.95 | 0.03 | 18.05 | 0.94 | 0.51 |
| Hex | F8 | 53 | C | 0 | 43 | 5F | 3 | 12 | 5E | 33 |
| Octal | 370 | 123 | 14 | 0 | 103 | 137 | 3 | 22 | 136 | 63 |
| Binary | 11111000 | 1010011 | 1100 | 0 | 1000011 | 1011111 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F8530C
Complementary color
Monochromatic Colors of #F8530C
Black with #F8530C
Text Example
Text Example
White with #F8530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8530C; }
p { color: rgb(248,83,12); }
H1.HeaderClassName
{
color: #F8530C;
}
.AnyTagClassName
{
color: #F8530C;
}
</style>
background-color css
<style>
a { background-color: #F8530C; }
a { background-color: rgb(248,83,12); }
div.DivClassName
{
background-color: #F8530C;
}
.BgClassName
{
background-color: #F8530C;
}
</style>
border-color css
<style>
span { border-color: #F8530C; }
span { border-color: rgb(248,83,12); }
td.TdClassName
{
border-color: #F8530C;
}
.TagClassName
{
border-color: #F8530C;
}
</style>