#F1C034

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

Shades of Saffron #F1C034

Tints of Saffron #F1C034

Color information

#F1C034 (or 0xF1C034) is unknown color: approx Saffron. HEX triplet: F1, C0 and 34. RGB value is (241,192,52). Sum of RGB (Red+Green+Blue) = 241+192+52=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C034 is #0E3FCB. Grayscale: #BFBFBF. Windows color (decimal): -933836 or 3457265. OLE color: 3457265.

HSL color Cylindrical-coordinate representation of color #F1C034: hue angle of 44.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1C034 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24119252-
CMYK00.200.780.05
HSL44.44º87.1%57.45%-
HSV(B)44.44º78.42%94.51%-
XYZ55.7556.6511.24-
YUV190.6949.73163.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 52 (20.70% from 255) = 10.72%
R=49.69%
G=39.59%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411925200.200.780.0544.4487.157.45
HexF1C0340144E52c5739
Octal3613006402411655412771
Binary111100011100000011010001010010011101011011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C034; }

 p { color: rgb(241,192,52); }

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

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

 a { background-color: rgb(241,192,52); }

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

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

 span { border-color: rgb(241,192,52); }

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