Shades of Scarlet #FB260F
Tints of Scarlet #FB260F
RGB
CMYK
RGB Variations
Color information
#FB260F (or 0xFB260F) is known color: Scarlet. HEX triplet: FB, 26 and 0F. RGB value is (251,38,15). Sum of RGB (Red+Green+Blue) = 251+38+15=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB260F is #04D9F0. Grayscale: #636363. Windows color (decimal): -317937 or 993019. OLE color: 993019.
HSL color Cylindrical-coordinate representation of color #FB260F: hue angle of 5.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB260F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 15 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.02 |
| HSL | 5.85º | 0.97% | 0.52% | - |
| HSV(B) | 5.85º | 0.94% | 0.98% | - |
| XYZ | 40.56 | 21.93 | 2.55 | - |
| YUV | 99.07 | 80.57 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 15 | 0 | 0.85 | 0.94 | 0.02 | 5.85 | 0.97 | 0.52 |
| Hex | FB | 26 | F | 0 | 55 | 5E | 2 | 6 | 61 | 34 |
| Octal | 373 | 46 | 17 | 0 | 125 | 136 | 2 | 6 | 141 | 64 |
| Binary | 11111011 | 100110 | 1111 | 0 | 1010101 | 1011110 | 10 | 110 | 1100001 | 110100 |
Color Harmonies of #FB260F
Complementary color
Monochromatic Colors of #FB260F
Black with #FB260F
Text Example
Text Example
White with #FB260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB260F; }
p { color: rgb(251,38,15); }
H1.HeaderClassName
{
color: #FB260F;
}
.AnyTagClassName
{
color: #FB260F;
}
</style>
background-color css
<style>
a { background-color: #FB260F; }
a { background-color: rgb(251,38,15); }
div.DivClassName
{
background-color: #FB260F;
}
.BgClassName
{
background-color: #FB260F;
}
</style>
border-color css
<style>
span { border-color: #FB260F; }
span { border-color: rgb(251,38,15); }
td.TdClassName
{
border-color: #FB260F;
}
.TagClassName
{
border-color: #FB260F;
}
</style>