Shades of Saffron #FDC230
Tints of Saffron #FDC230
RGB
CMYK
RGB Variations
Color information
#FDC230 (or 0xFDC230) is known color: Saffron. HEX triplet: FD, C2 and 30. RGB value is (253,194,48). Sum of RGB (Red+Green+Blue) = 253+194+48=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC230 is #023DCF. Grayscale: #C3C3C3. Windows color (decimal): -146896 or 3195645. OLE color: 3195645.
HSL color Cylindrical-coordinate representation of color #FDC230: hue angle of 42.73º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDC230 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 48 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.01 |
| HSL | 42.73º | 0.98% | 0.59% | - |
| HSV(B) | 42.73º | 0.81% | 0.99% | - |
| XYZ | 60.33 | 59.68 | 11.14 | - |
| YUV | 195 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 48 | 0 | 0.23 | 0.81 | 0.01 | 42.73 | 0.98 | 0.59 |
| Hex | FD | C2 | 30 | 0 | 17 | 51 | 1 | 2B | 62 | 3B |
| Octal | 375 | 302 | 60 | 0 | 27 | 121 | 1 | 53 | 142 | 73 |
| Binary | 11111101 | 11000010 | 110000 | 0 | 10111 | 1010001 | 1 | 101011 | 1100010 | 111011 |
Color Harmonies of #FDC230
Complementary color
Monochromatic Colors of #FDC230
Black with #FDC230
Text Example
Text Example
White with #FDC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC230; }
p { color: rgb(253,194,48); }
H1.HeaderClassName
{
color: #FDC230;
}
.AnyTagClassName
{
color: #FDC230;
}
</style>
background-color css
<style>
a { background-color: #FDC230; }
a { background-color: rgb(253,194,48); }
div.DivClassName
{
background-color: #FDC230;
}
.BgClassName
{
background-color: #FDC230;
}
</style>
border-color css
<style>
span { border-color: #FDC230; }
span { border-color: rgb(253,194,48); }
td.TdClassName
{
border-color: #FDC230;
}
.TagClassName
{
border-color: #FDC230;
}
</style>