Shades of Saffron #FDC330
Tints of Saffron #FDC330
RGB
CMYK
RGB Variations
Color information
#FDC330 (or 0xFDC330) is known color: Saffron. HEX triplet: FD, C3 and 30. RGB value is (253,195,48). Sum of RGB (Red+Green+Blue) = 253+195+48=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC330 is #023CCF. Grayscale: #C4C4C4. Windows color (decimal): -146640 or 3195901. OLE color: 3195901.
HSL color Cylindrical-coordinate representation of color #FDC330: hue angle of 43.02º 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 #FDC330 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 48 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.01 |
| HSL | 43.02º | 0.98% | 0.59% | - |
| HSV(B) | 43.02º | 0.81% | 0.99% | - |
| XYZ | 60.56 | 60.13 | 11.21 | - |
| YUV | 195.58 | 44.72 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 48 | 0 | 0.23 | 0.81 | 0.01 | 43.02 | 0.98 | 0.59 |
| Hex | FD | C3 | 30 | 0 | 17 | 51 | 1 | 2B | 62 | 3B |
| Octal | 375 | 303 | 60 | 0 | 27 | 121 | 1 | 53 | 142 | 73 |
| Binary | 11111101 | 11000011 | 110000 | 0 | 10111 | 1010001 | 1 | 101011 | 1100010 | 111011 |
Color Harmonies of #FDC330
Complementary color
Monochromatic Colors of #FDC330
Black with #FDC330
Text Example
Text Example
White with #FDC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC330; }
p { color: rgb(253,195,48); }
H1.HeaderClassName
{
color: #FDC330;
}
.AnyTagClassName
{
color: #FDC330;
}
</style>
background-color css
<style>
a { background-color: #FDC330; }
a { background-color: rgb(253,195,48); }
div.DivClassName
{
background-color: #FDC330;
}
.BgClassName
{
background-color: #FDC330;
}
</style>
border-color css
<style>
span { border-color: #FDC330; }
span { border-color: rgb(253,195,48); }
td.TdClassName
{
border-color: #FDC330;
}
.TagClassName
{
border-color: #FDC330;
}
</style>