Shades of Carrot Orange #F8971C
Tints of Carrot Orange #F8971C
RGB
CMYK
RGB Variations
Color information
#F8971C (or 0xF8971C) is known color: Carrot Orange. HEX triplet: F8, 97 and 1C. RGB value is (248,151,28). Sum of RGB (Red+Green+Blue) = 248+151+28=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8971C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8971C is #0768E3. Grayscale: #A6A6A6. Windows color (decimal): -485604 or 1873912. OLE color: 1873912.
HSL color Cylindrical-coordinate representation of color #F8971C: hue angle of 33.55º 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 #F8971C is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 28 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.03 |
| HSL | 33.55º | 0.94% | 0.54% | - |
| HSV(B) | 33.55º | 0.89% | 0.97% | - |
| XYZ | 49.99 | 42.17 | 6.6 | - |
| YUV | 165.98 | 50.14 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 28 | 0 | 0.39 | 0.89 | 0.03 | 33.55 | 0.94 | 0.54 |
| Hex | F8 | 97 | 1C | 0 | 27 | 59 | 3 | 22 | 5E | 36 |
| Octal | 370 | 227 | 34 | 0 | 47 | 131 | 3 | 42 | 136 | 66 |
| Binary | 11111000 | 10010111 | 11100 | 0 | 100111 | 1011001 | 11 | 100010 | 1011110 | 110110 |
Color Harmonies of #F8971C
Complementary color
Monochromatic Colors of #F8971C
Black with #F8971C
Text Example
Text Example
White with #F8971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8971C; }
p { color: rgb(248,151,28); }
H1.HeaderClassName
{
color: #F8971C;
}
.AnyTagClassName
{
color: #F8971C;
}
</style>
background-color css
<style>
a { background-color: #F8971C; }
a { background-color: rgb(248,151,28); }
div.DivClassName
{
background-color: #F8971C;
}
.BgClassName
{
background-color: #F8971C;
}
</style>
border-color css
<style>
span { border-color: #F8971C; }
span { border-color: rgb(248,151,28); }
td.TdClassName
{
border-color: #F8971C;
}
.TagClassName
{
border-color: #F8971C;
}
</style>