Shades of Saffron #F9C830
Tints of Saffron #F9C830
RGB
CMYK
RGB Variations
Color information
#F9C830 (or 0xF9C830) is known color: Saffron. HEX triplet: F9, C8 and 30. RGB value is (249,200,48). Sum of RGB (Red+Green+Blue) = 249+200+48=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C830 is #0637CF. Grayscale: #C5C5C5. Windows color (decimal): -407504 or 3197177. OLE color: 3197177.
HSL color Cylindrical-coordinate representation of color #F9C830: hue angle of 45.37º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9C830 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 48 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.02 |
| HSL | 45.37º | 0.94% | 0.58% | - |
| HSV(B) | 45.37º | 0.81% | 0.98% | - |
| XYZ | 60.25 | 61.66 | 11.52 | - |
| YUV | 197.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 48 | 0 | 0.20 | 0.81 | 0.02 | 45.37 | 0.94 | 0.58 |
| Hex | F9 | C8 | 30 | 0 | 14 | 51 | 2 | 2D | 5E | 3A |
| Octal | 371 | 310 | 60 | 0 | 24 | 121 | 2 | 55 | 136 | 72 |
| Binary | 11111001 | 11001000 | 110000 | 0 | 10100 | 1010001 | 10 | 101101 | 1011110 | 111010 |
Color Harmonies of #F9C830
Complementary color
Monochromatic Colors of #F9C830
Black with #F9C830
Text Example
Text Example
White with #F9C830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C830; }
p { color: rgb(249,200,48); }
H1.HeaderClassName
{
color: #F9C830;
}
.AnyTagClassName
{
color: #F9C830;
}
</style>
background-color css
<style>
a { background-color: #F9C830; }
a { background-color: rgb(249,200,48); }
div.DivClassName
{
background-color: #F9C830;
}
.BgClassName
{
background-color: #F9C830;
}
</style>
border-color css
<style>
span { border-color: #F9C830; }
span { border-color: rgb(249,200,48); }
td.TdClassName
{
border-color: #F9C830;
}
.TagClassName
{
border-color: #F9C830;
}
</style>