#f1c52e

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

Shades of Saffron #F1C52E

Tints of Saffron #F1C52E

Color information

#F1C52E (or 0xF1C52E) is unknown color: approx Saffron. HEX triplet: F1, C5 and 2E. RGB value is (241,197,46). Sum of RGB (Red+Green+Blue) = 241+197+46=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C52E is #0E3AD1. Grayscale: #C1C1C1. Windows color (decimal): -932562 or 3065329. OLE color: 3065329.

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

Color convert

RGB24119746-
CMYK00.180.810.05
HSL46.46º87.44%56.27%-
HSV(B)46.46º80.91%94.51%-
XYZ56.7458.8310.95-
YUV192.9445.08162.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 46 (18.36% from 255) = 9.50%
R=49.79%
G=40.70%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411974600.180.810.0546.4687.4456.27
HexF1C52E0125152e5738
Octal3613055602212155612770
Binary111100011100010110111001001010100011011011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1c52e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1c52e; }

 p { color: rgb(241,197,46); }

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

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

 a { background-color: rgb(241,197,46); }

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

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

 span { border-color: rgb(241,197,46); }

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