Shades of Carrot Orange #FF9619
Tints of Carrot Orange #FF9619
RGB
CMYK
RGB Variations
Color information
#FF9619 (or 0xFF9619) is known color: Carrot Orange. HEX triplet: FF, 96 and 19. RGB value is (255,150,25). Sum of RGB (Red+Green+Blue) = 255+150+25=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9619 is #0069E6. Grayscale: #A7A7A7. Windows color (decimal): -27111 or 1677055. OLE color: 1677055.
HSL color Cylindrical-coordinate representation of color #FF9619: hue angle of 32.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF9619 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 25 | - |
| CMYK | 0 | 0.41 | 0.90 | 0 |
| HSL | 32.61º | 1% | 0.55% | - |
| HSV(B) | 32.61º | 0.9% | 1% | - |
| XYZ | 52.32 | 43.14 | 6.49 | - |
| YUV | 167.15 | 47.79 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 25 | 0 | 0.41 | 0.90 | 0 | 32.61 | 1 | 0.55 |
| Hex | FF | 96 | 19 | 0 | 29 | 5A | 0 | 21 | 64 | 37 |
| Octal | 377 | 226 | 31 | 0 | 51 | 132 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10010110 | 11001 | 0 | 101001 | 1011010 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF9619
Complementary color
Monochromatic Colors of #FF9619
Black with #FF9619
Text Example
Text Example
White with #FF9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9619; }
p { color: rgb(255,150,25); }
H1.HeaderClassName
{
color: #FF9619;
}
.AnyTagClassName
{
color: #FF9619;
}
</style>
background-color css
<style>
a { background-color: #FF9619; }
a { background-color: rgb(255,150,25); }
div.DivClassName
{
background-color: #FF9619;
}
.BgClassName
{
background-color: #FF9619;
}
</style>
border-color css
<style>
span { border-color: #FF9619; }
span { border-color: rgb(255,150,25); }
td.TdClassName
{
border-color: #FF9619;
}
.TagClassName
{
border-color: #FF9619;
}
</style>