Shades of Saffron #FFC125
Tints of Saffron #FFC125
RGB
CMYK
RGB Variations
Color information
#FFC125 (or 0xFFC125) is known color: Saffron. HEX triplet: FF, C1 and 25. RGB value is (255,193,37). Sum of RGB (Red+Green+Blue) = 255+193+37=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC125 is #003EDA. Grayscale: #C2C2C2. Windows color (decimal): -16091 or 2474495. OLE color: 2474495.
HSL color Cylindrical-coordinate representation of color #FFC125: hue angle of 42.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFC125 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 37 | - |
| CMYK | 0 | 0.24 | 0.85 | 0 |
| HSL | 42.94º | 1% | 0.57% | - |
| HSV(B) | 42.94º | 0.85% | 1% | - |
| XYZ | 60.64 | 59.53 | 10.05 | - |
| YUV | 193.75 | 39.54 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 37 | 0 | 0.24 | 0.85 | 0 | 42.94 | 1 | 0.57 |
| Hex | FF | C1 | 25 | 0 | 18 | 55 | 0 | 2B | 64 | 39 |
| Octal | 377 | 301 | 45 | 0 | 30 | 125 | 0 | 53 | 144 | 71 |
| Binary | 11111111 | 11000001 | 100101 | 0 | 11000 | 1010101 | 0 | 101011 | 1100100 | 111001 |
Color Harmonies of #FFC125
Complementary color
Monochromatic Colors of #FFC125
Black with #FFC125
Text Example
Text Example
White with #FFC125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC125; }
p { color: rgb(255,193,37); }
H1.HeaderClassName
{
color: #FFC125;
}
.AnyTagClassName
{
color: #FFC125;
}
</style>
background-color css
<style>
a { background-color: #FFC125; }
a { background-color: rgb(255,193,37); }
div.DivClassName
{
background-color: #FFC125;
}
.BgClassName
{
background-color: #FFC125;
}
</style>
border-color css
<style>
span { border-color: #FFC125; }
span { border-color: rgb(255,193,37); }
td.TdClassName
{
border-color: #FFC125;
}
.TagClassName
{
border-color: #FFC125;
}
</style>