Shades of Carrot Orange #F8951E
Tints of Carrot Orange #F8951E
RGB
CMYK
RGB Variations
Color information
#F8951E (or 0xF8951E) is known color: Carrot Orange. HEX triplet: F8, 95 and 1E. RGB value is (248,149,30). Sum of RGB (Red+Green+Blue) = 248+149+30=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8951E is #076AE1. Grayscale: #A5A5A5. Windows color (decimal): -486114 or 2004472. OLE color: 2004472.
HSL color Cylindrical-coordinate representation of color #F8951E: hue angle of 32.75º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8951E is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 30 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.03 |
| HSL | 32.75º | 0.94% | 0.55% | - |
| HSV(B) | 32.75º | 0.88% | 0.97% | - |
| XYZ | 49.69 | 41.55 | 6.63 | - |
| YUV | 165.04 | 51.8 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 30 | 0 | 0.40 | 0.88 | 0.03 | 32.75 | 0.94 | 0.55 |
| Hex | F8 | 95 | 1E | 0 | 28 | 58 | 3 | 21 | 5E | 37 |
| Octal | 370 | 225 | 36 | 0 | 50 | 130 | 3 | 41 | 136 | 67 |
| Binary | 11111000 | 10010101 | 11110 | 0 | 101000 | 1011000 | 11 | 100001 | 1011110 | 110111 |
Color Harmonies of #F8951E
Complementary color
Monochromatic Colors of #F8951E
Black with #F8951E
Text Example
Text Example
White with #F8951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8951E; }
p { color: rgb(248,149,30); }
H1.HeaderClassName
{
color: #F8951E;
}
.AnyTagClassName
{
color: #F8951E;
}
</style>
background-color css
<style>
a { background-color: #F8951E; }
a { background-color: rgb(248,149,30); }
div.DivClassName
{
background-color: #F8951E;
}
.BgClassName
{
background-color: #F8951E;
}
</style>
border-color css
<style>
span { border-color: #F8951E; }
span { border-color: rgb(248,149,30); }
td.TdClassName
{
border-color: #F8951E;
}
.TagClassName
{
border-color: #F8951E;
}
</style>