Html Css Color HEX #FD511C International Orange
📋 copy color: '#FD511C'red 253 ◦ green 81 ◦ blue 28
Shades of International Orange #FD511C
Tints of International Orange #FD511C
RGB
CMYK
RGB Variations
Color information
#FD511C (or 0xFD511C) is known color: International Orange. HEX triplet: FD, 51 and 1C. RGB value is (253,81,28). Sum of RGB (Red+Green+Blue) = 253+81+28=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD511C is #02AEE3. Grayscale: #7E7E7E. Windows color (decimal): -175844 or 1855997. OLE color: 1855997.
HSL color Cylindrical-coordinate representation of color #FD511C: hue angle of 14.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD511C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.01 |
| HSL | 14.13º | 0.98% | 0.55% | - |
| HSV(B) | 14.13º | 0.89% | 0.99% | - |
| XYZ | 43.66 | 26.85 | 3.98 | - |
| YUV | 126.39 | 72.48 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 28 | 0 | 0.68 | 0.89 | 0.01 | 14.13 | 0.98 | 0.55 |
| Hex | FD | 51 | 1C | 0 | 44 | 59 | 1 | E | 62 | 37 |
| Octal | 375 | 121 | 34 | 0 | 104 | 131 | 1 | 16 | 142 | 67 |
| Binary | 11111101 | 1010001 | 11100 | 0 | 1000100 | 1011001 | 1 | 1110 | 1100010 | 110111 |
Color Harmonies of #FD511C
Complementary color
Monochromatic Colors of #FD511C
Black with #FD511C
Text Example
Text Example
White with #FD511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD511C; }
p { color: rgb(253,81,28); }
H1.HeaderClassName
{
color: #FD511C;
}
.AnyTagClassName
{
color: #FD511C;
}
</style>
background-color css
<style>
a { background-color: #FD511C; }
a { background-color: rgb(253,81,28); }
div.DivClassName
{
background-color: #FD511C;
}
.BgClassName
{
background-color: #FD511C;
}
</style>
border-color css
<style>
span { border-color: #FD511C; }
span { border-color: rgb(253,81,28); }
td.TdClassName
{
border-color: #FD511C;
}
.TagClassName
{
border-color: #FD511C;
}
</style>