#FDC52B

Color #FDC52B Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FDC52B

Tints of Saffron #FDC52B

Color information

#FDC52B (or 0xFDC52B) is unknown color: approx Saffron. HEX triplet: FD, C5 and 2B. RGB value is (253,197,43). Sum of RGB (Red+Green+Blue) = 253+197+43=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC52B is #023AD4. Grayscale: #C4C4C4. Windows color (decimal): -146133 or 2868733. OLE color: 2868733.

HSL color Cylindrical-coordinate representation of color #FDC52B: hue angle of 44º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDC52B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB25319743-
CMYK00.220.830.01
HSL44º98.13%58.04%-
HSV(B)44º83%99.22%-
XYZ60.9160.9910.85-
YUV196.1941.55168.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 51.32%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 43 (17.19% from 255) = 8.72%
R=51.32%
G=39.96%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531974300.220.830.014498.1358.04
HexFDC52B0165312c623a
Octal3753055302612315414272
Binary1111110111000101101011010110101001111011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC52B; }

 p { color: rgb(253,197,43); }

 H1.HeaderClassName
 {
   color: #FDC52B;
 }
 .AnyTagClassName
 {
   color: #FDC52B;
 }
</style>
background-color css

<style>
 a { background-color: #FDC52B; }

 a { background-color: rgb(253,197,43); }

 div.DivClassName
 {
   background-color: #FDC52B;
 }
 .BgClassName
 {
   background-color: #FDC52B;
 }
</style>
border-color css

<style>
 span { border-color: #FDC52B; }

 span { border-color: rgb(253,197,43); }

 td.TdClassName
 {
   border-color: #FDC52B;
 }
 .TagClassName
 {
   border-color: #FDC52B;
 }
</style>