Shades of Carrot Orange #F58527
Tints of Carrot Orange #F58527
RGB
CMYK
RGB Variations
Color information
#F58527 (or 0xF58527) is known color: Carrot Orange. HEX triplet: F5, 85 and 27. RGB value is (245,133,39). Sum of RGB (Red+Green+Blue) = 245+133+39=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F58527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58527 is #0A7AD8. Grayscale: #9C9C9C. Windows color (decimal): -686809 or 2590197. OLE color: 2590197.
HSL color Cylindrical-coordinate representation of color #F58527: hue angle of 27.38º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F58527 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 39 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.04 |
| HSL | 27.38º | 0.91% | 0.56% | - |
| HSV(B) | 27.38º | 0.84% | 0.96% | - |
| XYZ | 46.41 | 36.33 | 6.49 | - |
| YUV | 155.77 | 62.11 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 39 | 0 | 0.46 | 0.84 | 0.04 | 27.38 | 0.91 | 0.56 |
| Hex | F5 | 85 | 27 | 0 | 2E | 54 | 4 | 1B | 5B | 38 |
| Octal | 365 | 205 | 47 | 0 | 56 | 124 | 4 | 33 | 133 | 70 |
| Binary | 11110101 | 10000101 | 100111 | 0 | 101110 | 1010100 | 100 | 11011 | 1011011 | 111000 |
Color Harmonies of #F58527
Complementary color
Monochromatic Colors of #F58527
Black with #F58527
Text Example
Text Example
White with #F58527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58527; }
p { color: rgb(245,133,39); }
H1.HeaderClassName
{
color: #F58527;
}
.AnyTagClassName
{
color: #F58527;
}
</style>
background-color css
<style>
a { background-color: #F58527; }
a { background-color: rgb(245,133,39); }
div.DivClassName
{
background-color: #F58527;
}
.BgClassName
{
background-color: #F58527;
}
</style>
border-color css
<style>
span { border-color: #F58527; }
span { border-color: rgb(245,133,39); }
td.TdClassName
{
border-color: #F58527;
}
.TagClassName
{
border-color: #F58527;
}
</style>