Shades of Sunset Orange #F14D4D
Tints of Sunset Orange #F14D4D
RGB
CMYK
RGB Variations
Color information
#F14D4D (or 0xF14D4D) is known color: Sunset Orange. HEX triplet: F1, 4D and 4D. RGB value is (241,77,77). Sum of RGB (Red+Green+Blue) = 241+77+77=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D4D is #0EB2B2. Grayscale: #7E7E7E. Windows color (decimal): -963251 or 5066225. OLE color: 5066225.
HSL color Cylindrical-coordinate representation of color #F14D4D: hue angle of 0º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14D4D is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 77 | 77 | - |
CMYK | 0 | 0.68 | 0.68 | 0.05 |
HSL | 0º | 0.85% | 0.62% | - |
HSV(B) | 0º | 0.68% | 0.95% | - |
XYZ | 40.27 | 24.54 | 9.64 | - |
YUV | 126.04 | 100.33 | 210 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 77 | 77 | 0 | 0.68 | 0.68 | 0.05 | 0 | 0.85 | 0.62 |
Hex | F1 | 4D | 4D | 0 | 44 | 44 | 5 | 0 | 55 | 3E |
Octal | 361 | 115 | 115 | 0 | 104 | 104 | 5 | 0 | 125 | 76 |
Binary | 11110001 | 1001101 | 1001101 | 0 | 1000100 | 1000100 | 101 | 0 | 1010101 | 111110 |
Color Harmonies of #F14D4D
Complementary color
Monochromatic Colors of #F14D4D
Black with #F14D4D
Text Example
Text Example
White with #F14D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D4D; }
p { color: rgb(241,77,77); }
H1.HeaderClassName
{
color: #F14D4D;
}
.AnyTagClassName
{
color: #F14D4D;
}
</style>
background-color css
<style>
a { background-color: #F14D4D; }
a { background-color: rgb(241,77,77); }
div.DivClassName
{
background-color: #F14D4D;
}
.BgClassName
{
background-color: #F14D4D;
}
</style>
border-color css
<style>
span { border-color: #F14D4D; }
span { border-color: rgb(241,77,77); }
td.TdClassName
{
border-color: #F14D4D;
}
.TagClassName
{
border-color: #F14D4D;
}
</style>