#f2c52d

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

Shades of Saffron #F2C52D

Tints of Saffron #F2C52D

Color information

#F2C52D (or 0xF2C52D) is unknown color: approx Saffron. HEX triplet: F2, C5 and 2D. RGB value is (242,197,45). Sum of RGB (Red+Green+Blue) = 242+197+45=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C52D is #0D3AD2. Grayscale: #C1C1C1. Windows color (decimal): -867027 or 2999794. OLE color: 2999794.

HSL color Cylindrical-coordinate representation of color #F2C52D: hue angle of 46.29º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2C52D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24219745-
CMYK00.190.810.05
HSL46.29º88.34%56.27%-
HSV(B)46.29º81.4%94.9%-
XYZ57.065910.86-
YUV193.1344.41162.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 45 (17.97% from 255) = 9.30%
R=50%
G=40.70%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421974500.190.810.0546.2988.3456.27
HexF2C52D0135152e5838
Octal3623055502312155613070
Binary111100101100010110110101001110100011011011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c52d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c52d; }

 p { color: rgb(242,197,45); }

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

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

 a { background-color: rgb(242,197,45); }

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

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

 span { border-color: rgb(242,197,45); }

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