Shades of Crusta #F9905A
Tints of Crusta #F9905A
RGB
CMYK
RGB Variations
Color information
#F9905A (or 0xF9905A) is known color: Crusta. HEX triplet: F9, 90 and 5A. RGB value is (249,144,90). Sum of RGB (Red+Green+Blue) = 249+144+90=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9905A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9905A is #066FA5. Grayscale: #A9A9A9. Windows color (decimal): -421798 or 5935353. OLE color: 5935353.
HSL color Cylindrical-coordinate representation of color #F9905A: hue angle of 20.38º 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 #F9905A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 144 | 90 | - |
CMYK | 0 | 0.42 | 0.64 | 0.02 |
HSL | 20.38º | 0.93% | 0.66% | - |
HSV(B) | 20.38º | 0.64% | 0.98% | - |
XYZ | 50.89 | 40.82 | 14.87 | - |
YUV | 169.24 | 83.29 | 184.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 144 | 90 | 0 | 0.42 | 0.64 | 0.02 | 20.38 | 0.93 | 0.66 |
Hex | F9 | 90 | 5A | 0 | 2A | 40 | 2 | 14 | 5D | 42 |
Octal | 371 | 220 | 132 | 0 | 52 | 100 | 2 | 24 | 135 | 102 |
Binary | 11111001 | 10010000 | 1011010 | 0 | 101010 | 1000000 | 10 | 10100 | 1011101 | 1000010 |
Color Harmonies of #F9905A
Complementary color
Monochromatic Colors of #F9905A
Black with #F9905A
Text Example
Text Example
White with #F9905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9905A; }
p { color: rgb(249,144,90); }
H1.HeaderClassName
{
color: #F9905A;
}
.AnyTagClassName
{
color: #F9905A;
}
</style>
background-color css
<style>
a { background-color: #F9905A; }
a { background-color: rgb(249,144,90); }
div.DivClassName
{
background-color: #F9905A;
}
.BgClassName
{
background-color: #F9905A;
}
</style>
border-color css
<style>
span { border-color: #F9905A; }
span { border-color: rgb(249,144,90); }
td.TdClassName
{
border-color: #F9905A;
}
.TagClassName
{
border-color: #F9905A;
}
</style>