#F1C32D

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

Shades of Saffron #F1C32D

Tints of Saffron #F1C32D

Color information

#F1C32D (or 0xF1C32D) is unknown color: approx Saffron. HEX triplet: F1, C3 and 2D. RGB value is (241,195,45). Sum of RGB (Red+Green+Blue) = 241+195+45=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C32D is #0E3CD2. Grayscale: #C0C0C0. Windows color (decimal): -933075 or 2999281. OLE color: 2999281.

HSL color Cylindrical-coordinate representation of color #F1C32D: hue angle of 45.92º 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 #F1C32D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24119545-
CMYK00.190.810.05
HSL45.92º87.5%56.08%-
HSV(B)45.92º81.33%94.51%-
XYZ56.2657.9210.7-
YUV191.6545.24163.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 45 (17.97% from 255) = 9.36%
R=50.10%
G=40.54%
B=9.36%

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
Decimal2411954500.190.810.0545.9287.556.08
HexF1C32D0135152e5838
Octal3613035502312155613070
Binary111100011100001110110101001110100011011011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C32D; }

 p { color: rgb(241,195,45); }

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

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

 a { background-color: rgb(241,195,45); }

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

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

 span { border-color: rgb(241,195,45); }

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