Shades of Saffron #FFC127
Tints of Saffron #FFC127
RGB
CMYK
RGB Variations
Color information
#FFC127 (or 0xFFC127) is known color: Saffron. HEX triplet: FF, C1 and 27. RGB value is (255,193,39). Sum of RGB (Red+Green+Blue) = 255+193+39=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC127 is #003ED8. Grayscale: #C2C2C2. Windows color (decimal): -16089 or 2605567. OLE color: 2605567.
HSL color Cylindrical-coordinate representation of color #FFC127: hue angle of 42.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFC127 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 39 | - |
| CMYK | 0 | 0.24 | 0.85 | 0 |
| HSL | 42.78º | 1% | 0.58% | - |
| HSV(B) | 42.78º | 0.85% | 1% | - |
| XYZ | 60.68 | 59.55 | 10.22 | - |
| YUV | 193.98 | 40.54 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 39 | 0 | 0.24 | 0.85 | 0 | 42.78 | 1 | 0.58 |
| Hex | FF | C1 | 27 | 0 | 18 | 55 | 0 | 2B | 64 | 3A |
| Octal | 377 | 301 | 47 | 0 | 30 | 125 | 0 | 53 | 144 | 72 |
| Binary | 11111111 | 11000001 | 100111 | 0 | 11000 | 1010101 | 0 | 101011 | 1100100 | 111010 |
Color Harmonies of #FFC127
Complementary color
Monochromatic Colors of #FFC127
Black with #FFC127
Text Example
Text Example
White with #FFC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC127; }
p { color: rgb(255,193,39); }
H1.HeaderClassName
{
color: #FFC127;
}
.AnyTagClassName
{
color: #FFC127;
}
</style>
background-color css
<style>
a { background-color: #FFC127; }
a { background-color: rgb(255,193,39); }
div.DivClassName
{
background-color: #FFC127;
}
.BgClassName
{
background-color: #FFC127;
}
</style>
border-color css
<style>
span { border-color: #FFC127; }
span { border-color: rgb(255,193,39); }
td.TdClassName
{
border-color: #FFC127;
}
.TagClassName
{
border-color: #FFC127;
}
</style>