Html Css Color HEX #F6530C International Orange
📋 copy color: '#F6530C'red 246 ◦ green 83 ◦ blue 12
Shades of International Orange #F6530C
Tints of International Orange #F6530C
RGB
CMYK
RGB Variations
Color information
#F6530C (or 0xF6530C) is known color: International Orange. HEX triplet: F6, 53 and 0C. RGB value is (246,83,12). Sum of RGB (Red+Green+Blue) = 246+83+12=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6530C is #09ACF3. Grayscale: #7C7C7C. Windows color (decimal): -634100 or 807926. OLE color: 807926.
HSL color Cylindrical-coordinate representation of color #F6530C: hue angle of 18.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6530C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.04 |
| HSL | 18.21º | 0.93% | 0.51% | - |
| HSV(B) | 18.21º | 0.95% | 0.96% | - |
| XYZ | 41.17 | 25.81 | 3.16 | - |
| YUV | 123.64 | 65 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 12 | 0 | 0.66 | 0.95 | 0.04 | 18.21 | 0.93 | 0.51 |
| Hex | F6 | 53 | C | 0 | 42 | 5F | 4 | 12 | 5D | 33 |
| Octal | 366 | 123 | 14 | 0 | 102 | 137 | 4 | 22 | 135 | 63 |
| Binary | 11110110 | 1010011 | 1100 | 0 | 1000010 | 1011111 | 100 | 10010 | 1011101 | 110011 |
Color Harmonies of #F6530C
Complementary color
Monochromatic Colors of #F6530C
Black with #F6530C
Text Example
Text Example
White with #F6530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6530C; }
p { color: rgb(246,83,12); }
H1.HeaderClassName
{
color: #F6530C;
}
.AnyTagClassName
{
color: #F6530C;
}
</style>
background-color css
<style>
a { background-color: #F6530C; }
a { background-color: rgb(246,83,12); }
div.DivClassName
{
background-color: #F6530C;
}
.BgClassName
{
background-color: #F6530C;
}
</style>
border-color css
<style>
span { border-color: #F6530C; }
span { border-color: rgb(246,83,12); }
td.TdClassName
{
border-color: #F6530C;
}
.TagClassName
{
border-color: #F6530C;
}
</style>