Shades of Saffron #FEC130
Tints of Saffron #FEC130
RGB
CMYK
RGB Variations
Color information
#FEC130 (or 0xFEC130) is known color: Saffron. HEX triplet: FE, C1 and 30. RGB value is (254,193,48). Sum of RGB (Red+Green+Blue) = 254+193+48=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC130 is #013ECF. Grayscale: #C3C3C3. Windows color (decimal): -81616 or 3195390. OLE color: 3195390.
HSL color Cylindrical-coordinate representation of color #FEC130: hue angle of 42.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEC130 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 48 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.00 |
| HSL | 42.23º | 0.99% | 0.59% | - |
| HSV(B) | 42.23º | 0.81% | 1% | - |
| XYZ | 60.48 | 59.42 | 11.08 | - |
| YUV | 194.71 | 45.21 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 48 | 0 | 0.24 | 0.81 | 0.00 | 42.23 | 0.99 | 0.59 |
| Hex | FE | C1 | 30 | 0 | 18 | 51 | 0 | 2A | 63 | 3B |
| Octal | 376 | 301 | 60 | 0 | 30 | 121 | 0 | 52 | 143 | 73 |
| Binary | 11111110 | 11000001 | 110000 | 0 | 11000 | 1010001 | 0 | 101010 | 1100011 | 111011 |
Color Harmonies of #FEC130
Complementary color
Monochromatic Colors of #FEC130
Black with #FEC130
Text Example
Text Example
White with #FEC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC130; }
p { color: rgb(254,193,48); }
H1.HeaderClassName
{
color: #FEC130;
}
.AnyTagClassName
{
color: #FEC130;
}
</style>
background-color css
<style>
a { background-color: #FEC130; }
a { background-color: rgb(254,193,48); }
div.DivClassName
{
background-color: #FEC130;
}
.BgClassName
{
background-color: #FEC130;
}
</style>
border-color css
<style>
span { border-color: #FEC130; }
span { border-color: rgb(254,193,48); }
td.TdClassName
{
border-color: #FEC130;
}
.TagClassName
{
border-color: #FEC130;
}
</style>