Html Css Color HEX #F3500C International Orange
📋 copy color: '#F3500C'red 243 ◦ green 80 ◦ blue 12
Shades of International Orange #F3500C
Tints of International Orange #F3500C
RGB
CMYK
RGB Variations
Color information
#F3500C (or 0xF3500C) is known color: International Orange. HEX triplet: F3, 50 and 0C. RGB value is (243,80,12). Sum of RGB (Red+Green+Blue) = 243+80+12=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F3500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3500C is #0CAFF3. Grayscale: #797979. Windows color (decimal): -831476 or 807155. OLE color: 807155.
HSL color Cylindrical-coordinate representation of color #F3500C: hue angle of 17.66º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3500C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.05 |
| HSL | 17.66º | 0.91% | 0.5% | - |
| HSV(B) | 17.66º | 0.95% | 0.95% | - |
| XYZ | 39.9 | 24.82 | 3.04 | - |
| YUV | 120.99 | 66.5 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 12 | 0 | 0.67 | 0.95 | 0.05 | 17.66 | 0.91 | 0.5 |
| Hex | F3 | 50 | C | 0 | 43 | 5F | 5 | 12 | 5B | 32 |
| Octal | 363 | 120 | 14 | 0 | 103 | 137 | 5 | 22 | 133 | 62 |
| Binary | 11110011 | 1010000 | 1100 | 0 | 1000011 | 1011111 | 101 | 10010 | 1011011 | 110010 |
Color Harmonies of #F3500C
Complementary color
Monochromatic Colors of #F3500C
Black with #F3500C
Text Example
Text Example
White with #F3500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3500C; }
p { color: rgb(243,80,12); }
H1.HeaderClassName
{
color: #F3500C;
}
.AnyTagClassName
{
color: #F3500C;
}
</style>
background-color css
<style>
a { background-color: #F3500C; }
a { background-color: rgb(243,80,12); }
div.DivClassName
{
background-color: #F3500C;
}
.BgClassName
{
background-color: #F3500C;
}
</style>
border-color css
<style>
span { border-color: #F3500C; }
span { border-color: rgb(243,80,12); }
td.TdClassName
{
border-color: #F3500C;
}
.TagClassName
{
border-color: #F3500C;
}
</style>