Shades of Scarlet #FB250F
Tints of Scarlet #FB250F
RGB
CMYK
RGB Variations
Color information
#FB250F (or 0xFB250F) is known color: Scarlet. HEX triplet: FB, 25 and 0F. RGB value is (251,37,15). Sum of RGB (Red+Green+Blue) = 251+37+15=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB250F is #04DAF0. Grayscale: #626262. Windows color (decimal): -318193 or 992763. OLE color: 992763.
HSL color Cylindrical-coordinate representation of color #FB250F: hue angle of 5.59º 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 #FB250F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 15 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.02 |
| HSL | 5.59º | 0.97% | 0.52% | - |
| HSV(B) | 5.59º | 0.94% | 0.98% | - |
| XYZ | 40.53 | 21.87 | 2.54 | - |
| YUV | 98.48 | 80.9 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 15 | 0 | 0.85 | 0.94 | 0.02 | 5.59 | 0.97 | 0.52 |
| Hex | FB | 25 | F | 0 | 55 | 5E | 2 | 6 | 61 | 34 |
| Octal | 373 | 45 | 17 | 0 | 125 | 136 | 2 | 6 | 141 | 64 |
| Binary | 11111011 | 100101 | 1111 | 0 | 1010101 | 1011110 | 10 | 110 | 1100001 | 110100 |
Color Harmonies of #FB250F
Complementary color
Monochromatic Colors of #FB250F
Black with #FB250F
Text Example
Text Example
White with #FB250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB250F; }
p { color: rgb(251,37,15); }
H1.HeaderClassName
{
color: #FB250F;
}
.AnyTagClassName
{
color: #FB250F;
}
</style>
background-color css
<style>
a { background-color: #FB250F; }
a { background-color: rgb(251,37,15); }
div.DivClassName
{
background-color: #FB250F;
}
.BgClassName
{
background-color: #FB250F;
}
</style>
border-color css
<style>
span { border-color: #FB250F; }
span { border-color: rgb(251,37,15); }
td.TdClassName
{
border-color: #FB250F;
}
.TagClassName
{
border-color: #FB250F;
}
</style>