Html Css Color HEX #FF540C International Orange
📋 copy color: '#FF540C'red 255 ◦ green 84 ◦ blue 12
Shades of International Orange #FF540C
Tints of International Orange #FF540C
RGB
CMYK
RGB Variations
Color information
#FF540C (or 0xFF540C) is known color: International Orange. HEX triplet: FF, 54 and 0C. RGB value is (255,84,12). Sum of RGB (Red+Green+Blue) = 255+84+12=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF540C is #00ABF3. Grayscale: #7F7F7F. Windows color (decimal): -44020 or 808191. OLE color: 808191.
HSL color Cylindrical-coordinate representation of color #FF540C: hue angle of 17.78º 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 #FF540C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0 |
| HSL | 17.78º | 1% | 0.52% | - |
| HSV(B) | 17.78º | 0.95% | 1% | - |
| XYZ | 44.48 | 27.63 | 3.34 | - |
| YUV | 126.92 | 63.15 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 12 | 0 | 0.67 | 0.95 | 0 | 17.78 | 1 | 0.52 |
| Hex | FF | 54 | C | 0 | 43 | 5F | 0 | 12 | 64 | 34 |
| Octal | 377 | 124 | 14 | 0 | 103 | 137 | 0 | 22 | 144 | 64 |
| Binary | 11111111 | 1010100 | 1100 | 0 | 1000011 | 1011111 | 0 | 10010 | 1100100 | 110100 |
Color Harmonies of #FF540C
Complementary color
Monochromatic Colors of #FF540C
Black with #FF540C
Text Example
Text Example
White with #FF540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF540C; }
p { color: rgb(255,84,12); }
H1.HeaderClassName
{
color: #FF540C;
}
.AnyTagClassName
{
color: #FF540C;
}
</style>
background-color css
<style>
a { background-color: #FF540C; }
a { background-color: rgb(255,84,12); }
div.DivClassName
{
background-color: #FF540C;
}
.BgClassName
{
background-color: #FF540C;
}
</style>
border-color css
<style>
span { border-color: #FF540C; }
span { border-color: rgb(255,84,12); }
td.TdClassName
{
border-color: #FF540C;
}
.TagClassName
{
border-color: #FF540C;
}
</style>