Html Css Color HEX #FF570C International Orange
📋 copy color: '#FF570C'red 255 ◦ green 87 ◦ blue 12
Shades of International Orange #FF570C
Tints of International Orange #FF570C
RGB
CMYK
RGB Variations
Color information
#FF570C (or 0xFF570C) is known color: International Orange. HEX triplet: FF, 57 and 0C. RGB value is (255,87,12). Sum of RGB (Red+Green+Blue) = 255+87+12=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF570C is #00A8F3. Grayscale: #818181. Windows color (decimal): -43252 or 808959. OLE color: 808959.
HSL color Cylindrical-coordinate representation of color #FF570C: hue angle of 18.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF570C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0 |
| HSL | 18.52º | 1% | 0.52% | - |
| HSV(B) | 18.52º | 0.95% | 1% | - |
| XYZ | 44.71 | 28.1 | 3.42 | - |
| YUV | 128.68 | 62.16 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 12 | 0 | 0.66 | 0.95 | 0 | 18.52 | 1 | 0.52 |
| Hex | FF | 57 | C | 0 | 42 | 5F | 0 | 13 | 64 | 34 |
| Octal | 377 | 127 | 14 | 0 | 102 | 137 | 0 | 23 | 144 | 64 |
| Binary | 11111111 | 1010111 | 1100 | 0 | 1000010 | 1011111 | 0 | 10011 | 1100100 | 110100 |
Color Harmonies of #FF570C
Complementary color
Monochromatic Colors of #FF570C
Black with #FF570C
Text Example
Text Example
White with #FF570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF570C; }
p { color: rgb(255,87,12); }
H1.HeaderClassName
{
color: #FF570C;
}
.AnyTagClassName
{
color: #FF570C;
}
</style>
background-color css
<style>
a { background-color: #FF570C; }
a { background-color: rgb(255,87,12); }
div.DivClassName
{
background-color: #FF570C;
}
.BgClassName
{
background-color: #FF570C;
}
</style>
border-color css
<style>
span { border-color: #FF570C; }
span { border-color: rgb(255,87,12); }
td.TdClassName
{
border-color: #FF570C;
}
.TagClassName
{
border-color: #FF570C;
}
</style>