Shades of Crusta #F9915A
Tints of Crusta #F9915A
RGB
CMYK
RGB Variations
Color information
#F9915A (or 0xF9915A) is known color: Crusta. HEX triplet: F9, 91 and 5A. RGB value is (249,145,90). Sum of RGB (Red+Green+Blue) = 249+145+90=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9915A is #066EA5. Grayscale: #AAAAAA. Windows color (decimal): -421542 or 5935609. OLE color: 5935609.
HSL color Cylindrical-coordinate representation of color #F9915A: hue angle of 20.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9915A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 90 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.02 |
| HSL | 20.75º | 0.93% | 0.66% | - |
| HSV(B) | 20.75º | 0.64% | 0.98% | - |
| XYZ | 51.04 | 41.13 | 14.92 | - |
| YUV | 169.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 90 | 0 | 0.42 | 0.64 | 0.02 | 20.75 | 0.93 | 0.66 |
| Hex | F9 | 91 | 5A | 0 | 2A | 40 | 2 | 15 | 5D | 42 |
| Octal | 371 | 221 | 132 | 0 | 52 | 100 | 2 | 25 | 135 | 102 |
| Binary | 11111001 | 10010001 | 1011010 | 0 | 101010 | 1000000 | 10 | 10101 | 1011101 | 1000010 |
Color Harmonies of #F9915A
Complementary color
Monochromatic Colors of #F9915A
Black with #F9915A
Text Example
Text Example
White with #F9915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9915A; }
p { color: rgb(249,145,90); }
H1.HeaderClassName
{
color: #F9915A;
}
.AnyTagClassName
{
color: #F9915A;
}
</style>
background-color css
<style>
a { background-color: #F9915A; }
a { background-color: rgb(249,145,90); }
div.DivClassName
{
background-color: #F9915A;
}
.BgClassName
{
background-color: #F9915A;
}
</style>
border-color css
<style>
span { border-color: #F9915A; }
span { border-color: rgb(249,145,90); }
td.TdClassName
{
border-color: #F9915A;
}
.TagClassName
{
border-color: #F9915A;
}
</style>