Html Css Color HEX #F3521C International Orange
📋 copy color: '#F3521C'red 243 ◦ green 82 ◦ blue 28
Shades of International Orange #F3521C
Tints of International Orange #F3521C
RGB
CMYK
RGB Variations
Color information
#F3521C (or 0xF3521C) is known color: International Orange. HEX triplet: F3, 52 and 1C. RGB value is (243,82,28). Sum of RGB (Red+Green+Blue) = 243+82+28=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3521C is #0CADE3. Grayscale: #7C7C7C. Windows color (decimal): -830948 or 1856243. OLE color: 1856243.
HSL color Cylindrical-coordinate representation of color #F3521C: hue angle of 15.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3521C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.05 |
| HSL | 15.07º | 0.9% | 0.53% | - |
| HSV(B) | 15.07º | 0.88% | 0.95% | - |
| XYZ | 40.19 | 25.17 | 3.84 | - |
| YUV | 123.98 | 73.84 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 28 | 0 | 0.66 | 0.88 | 0.05 | 15.07 | 0.9 | 0.53 |
| Hex | F3 | 52 | 1C | 0 | 42 | 58 | 5 | F | 5A | 35 |
| Octal | 363 | 122 | 34 | 0 | 102 | 130 | 5 | 17 | 132 | 65 |
| Binary | 11110011 | 1010010 | 11100 | 0 | 1000010 | 1011000 | 101 | 1111 | 1011010 | 110101 |
Color Harmonies of #F3521C
Complementary color
Monochromatic Colors of #F3521C
Black with #F3521C
Text Example
Text Example
White with #F3521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3521C; }
p { color: rgb(243,82,28); }
H1.HeaderClassName
{
color: #F3521C;
}
.AnyTagClassName
{
color: #F3521C;
}
</style>
background-color css
<style>
a { background-color: #F3521C; }
a { background-color: rgb(243,82,28); }
div.DivClassName
{
background-color: #F3521C;
}
.BgClassName
{
background-color: #F3521C;
}
</style>
border-color css
<style>
span { border-color: #F3521C; }
span { border-color: rgb(243,82,28); }
td.TdClassName
{
border-color: #F3521C;
}
.TagClassName
{
border-color: #F3521C;
}
</style>