Shades of Carrot Orange #F7961C
Tints of Carrot Orange #F7961C
RGB
CMYK
RGB Variations
Color information
#F7961C (or 0xF7961C) is known color: Carrot Orange. HEX triplet: F7, 96 and 1C. RGB value is (247,150,28). Sum of RGB (Red+Green+Blue) = 247+150+28=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F7961C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7961C is #0869E3. Grayscale: #A5A5A5. Windows color (decimal): -551396 or 1873655. OLE color: 1873655.
HSL color Cylindrical-coordinate representation of color #F7961C: hue angle of 33.42º degrees, saturation: 0.93, 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 #F7961C is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 28 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.03 |
| HSL | 33.42º | 0.93% | 0.54% | - |
| HSV(B) | 33.42º | 0.89% | 0.97% | - |
| XYZ | 49.47 | 41.67 | 6.53 | - |
| YUV | 165.1 | 50.64 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 28 | 0 | 0.39 | 0.89 | 0.03 | 33.42 | 0.93 | 0.54 |
| Hex | F7 | 96 | 1C | 0 | 27 | 59 | 3 | 21 | 5D | 36 |
| Octal | 367 | 226 | 34 | 0 | 47 | 131 | 3 | 41 | 135 | 66 |
| Binary | 11110111 | 10010110 | 11100 | 0 | 100111 | 1011001 | 11 | 100001 | 1011101 | 110110 |
Color Harmonies of #F7961C
Complementary color
Monochromatic Colors of #F7961C
Black with #F7961C
Text Example
Text Example
White with #F7961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7961C; }
p { color: rgb(247,150,28); }
H1.HeaderClassName
{
color: #F7961C;
}
.AnyTagClassName
{
color: #F7961C;
}
</style>
background-color css
<style>
a { background-color: #F7961C; }
a { background-color: rgb(247,150,28); }
div.DivClassName
{
background-color: #F7961C;
}
.BgClassName
{
background-color: #F7961C;
}
</style>
border-color css
<style>
span { border-color: #F7961C; }
span { border-color: rgb(247,150,28); }
td.TdClassName
{
border-color: #F7961C;
}
.TagClassName
{
border-color: #F7961C;
}
</style>