Shades of Carrot Orange #F8961C
Tints of Carrot Orange #F8961C
RGB
CMYK
RGB Variations
Color information
#F8961C (or 0xF8961C) is known color: Carrot Orange. HEX triplet: F8, 96 and 1C. RGB value is (248,150,28). Sum of RGB (Red+Green+Blue) = 248+150+28=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8961C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8961C is #0769E3. Grayscale: #A5A5A5. Windows color (decimal): -485860 or 1873656. OLE color: 1873656.
HSL color Cylindrical-coordinate representation of color #F8961C: hue angle of 33.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8961C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 28 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.03 |
| HSL | 33.27º | 0.94% | 0.54% | - |
| HSV(B) | 33.27º | 0.89% | 0.97% | - |
| XYZ | 49.83 | 41.85 | 6.55 | - |
| YUV | 165.39 | 50.47 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 28 | 0 | 0.40 | 0.89 | 0.03 | 33.27 | 0.94 | 0.54 |
| Hex | F8 | 96 | 1C | 0 | 28 | 59 | 3 | 21 | 5E | 36 |
| Octal | 370 | 226 | 34 | 0 | 50 | 131 | 3 | 41 | 136 | 66 |
| Binary | 11111000 | 10010110 | 11100 | 0 | 101000 | 1011001 | 11 | 100001 | 1011110 | 110110 |
Color Harmonies of #F8961C
Complementary color
Monochromatic Colors of #F8961C
Black with #F8961C
Text Example
Text Example
White with #F8961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8961C; }
p { color: rgb(248,150,28); }
H1.HeaderClassName
{
color: #F8961C;
}
.AnyTagClassName
{
color: #F8961C;
}
</style>
background-color css
<style>
a { background-color: #F8961C; }
a { background-color: rgb(248,150,28); }
div.DivClassName
{
background-color: #F8961C;
}
.BgClassName
{
background-color: #F8961C;
}
</style>
border-color css
<style>
span { border-color: #F8961C; }
span { border-color: rgb(248,150,28); }
td.TdClassName
{
border-color: #F8961C;
}
.TagClassName
{
border-color: #F8961C;
}
</style>