Shades of Carrot Orange #F8971D
Tints of Carrot Orange #F8971D
RGB
CMYK
RGB Variations
Color information
#F8971D (or 0xF8971D) is known color: Carrot Orange. HEX triplet: F8, 97 and 1D. RGB value is (248,151,29). Sum of RGB (Red+Green+Blue) = 248+151+29=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8971D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8971D is #0768E2. Grayscale: #A6A6A6. Windows color (decimal): -485603 or 1939448. OLE color: 1939448.
HSL color Cylindrical-coordinate representation of color #F8971D: hue angle of 33.42º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8971D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.03 |
| HSL | 33.42º | 0.94% | 0.54% | - |
| HSV(B) | 33.42º | 0.88% | 0.97% | - |
| XYZ | 50 | 42.18 | 6.67 | - |
| YUV | 166.1 | 50.64 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 29 | 0 | 0.39 | 0.88 | 0.03 | 33.42 | 0.94 | 0.54 |
| Hex | F8 | 97 | 1D | 0 | 27 | 58 | 3 | 21 | 5E | 36 |
| Octal | 370 | 227 | 35 | 0 | 47 | 130 | 3 | 41 | 136 | 66 |
| Binary | 11111000 | 10010111 | 11101 | 0 | 100111 | 1011000 | 11 | 100001 | 1011110 | 110110 |
Color Harmonies of #F8971D
Complementary color
Monochromatic Colors of #F8971D
Black with #F8971D
Text Example
Text Example
White with #F8971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8971D; }
p { color: rgb(248,151,29); }
H1.HeaderClassName
{
color: #F8971D;
}
.AnyTagClassName
{
color: #F8971D;
}
</style>
background-color css
<style>
a { background-color: #F8971D; }
a { background-color: rgb(248,151,29); }
div.DivClassName
{
background-color: #F8971D;
}
.BgClassName
{
background-color: #F8971D;
}
</style>
border-color css
<style>
span { border-color: #F8971D; }
span { border-color: rgb(248,151,29); }
td.TdClassName
{
border-color: #F8971D;
}
.TagClassName
{
border-color: #F8971D;
}
</style>