Shades of Carrot Orange #F5922B
Tints of Carrot Orange #F5922B
RGB
CMYK
RGB Variations
Color information
#F5922B (or 0xF5922B) is known color: Carrot Orange. HEX triplet: F5, 92 and 2B. RGB value is (245,146,43). Sum of RGB (Red+Green+Blue) = 245+146+43=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5922B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5922B is #0A6DD4. Grayscale: #A4A4A4. Windows color (decimal): -683477 or 2855669. OLE color: 2855669.
HSL color Cylindrical-coordinate representation of color #F5922B: hue angle of 30.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5922B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 43 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.04 |
| HSL | 30.59º | 0.91% | 0.56% | - |
| HSV(B) | 30.59º | 0.82% | 0.96% | - |
| XYZ | 48.37 | 40.14 | 7.48 | - |
| YUV | 163.86 | 59.8 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 43 | 0 | 0.40 | 0.82 | 0.04 | 30.59 | 0.91 | 0.56 |
| Hex | F5 | 92 | 2B | 0 | 28 | 52 | 4 | 1F | 5B | 38 |
| Octal | 365 | 222 | 53 | 0 | 50 | 122 | 4 | 37 | 133 | 70 |
| Binary | 11110101 | 10010010 | 101011 | 0 | 101000 | 1010010 | 100 | 11111 | 1011011 | 111000 |
Color Harmonies of #F5922B
Complementary color
Monochromatic Colors of #F5922B
Black with #F5922B
Text Example
Text Example
White with #F5922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5922B; }
p { color: rgb(245,146,43); }
H1.HeaderClassName
{
color: #F5922B;
}
.AnyTagClassName
{
color: #F5922B;
}
</style>
background-color css
<style>
a { background-color: #F5922B; }
a { background-color: rgb(245,146,43); }
div.DivClassName
{
background-color: #F5922B;
}
.BgClassName
{
background-color: #F5922B;
}
</style>
border-color css
<style>
span { border-color: #F5922B; }
span { border-color: rgb(245,146,43); }
td.TdClassName
{
border-color: #F5922B;
}
.TagClassName
{
border-color: #F5922B;
}
</style>