Shades of Sunset Orange #FB5345
Tints of Sunset Orange #FB5345
RGB
CMYK
RGB Variations
Color information
#FB5345 (or 0xFB5345) is known color: Sunset Orange. HEX triplet: FB, 53 and 45. RGB value is (251,83,69). Sum of RGB (Red+Green+Blue) = 251+83+69=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5345 is #04ACBA. Grayscale: #838383. Windows color (decimal): -306363 or 4543483. OLE color: 4543483.
HSL color Cylindrical-coordinate representation of color #FB5345: hue angle of 4.62º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB5345 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 69 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.02 |
| HSL | 4.62º | 0.96% | 0.63% | - |
| HSV(B) | 4.62º | 0.73% | 0.98% | - |
| XYZ | 43.95 | 27.13 | 8.55 | - |
| YUV | 131.64 | 92.66 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 69 | 0 | 0.67 | 0.73 | 0.02 | 4.62 | 0.96 | 0.63 |
| Hex | FB | 53 | 45 | 0 | 43 | 49 | 2 | 5 | 60 | 3F |
| Octal | 373 | 123 | 105 | 0 | 103 | 111 | 2 | 5 | 140 | 77 |
| Binary | 11111011 | 1010011 | 1000101 | 0 | 1000011 | 1001001 | 10 | 101 | 1100000 | 111111 |
Color Harmonies of #FB5345
Complementary color
Monochromatic Colors of #FB5345
Black with #FB5345
Text Example
Text Example
White with #FB5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5345; }
p { color: rgb(251,83,69); }
H1.HeaderClassName
{
color: #FB5345;
}
.AnyTagClassName
{
color: #FB5345;
}
</style>
background-color css
<style>
a { background-color: #FB5345; }
a { background-color: rgb(251,83,69); }
div.DivClassName
{
background-color: #FB5345;
}
.BgClassName
{
background-color: #FB5345;
}
</style>
border-color css
<style>
span { border-color: #FB5345; }
span { border-color: rgb(251,83,69); }
td.TdClassName
{
border-color: #FB5345;
}
.TagClassName
{
border-color: #FB5345;
}
</style>