#F1C331

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

Shades of Saffron #F1C331

Tints of Saffron #F1C331

Color information

#F1C331 (or 0xF1C331) is unknown color: approx Saffron. HEX triplet: F1, C3 and 31. RGB value is (241,195,49). Sum of RGB (Red+Green+Blue) = 241+195+49=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C331 is #0E3CCE. Grayscale: #C0C0C0. Windows color (decimal): -933071 or 3261425. OLE color: 3261425.

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

Color convert

RGB24119549-
CMYK00.190.800.05
HSL45.62º87.27%56.86%-
HSV(B)45.62º79.67%94.51%-
XYZ56.3557.9511.12-
YUV192.1147.24162.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 49 (19.53% from 255) = 10.10%
R=49.69%
G=40.21%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411954900.190.800.0545.6287.2756.86
HexF1C3310135052e5739
Octal3613036102312055612771
Binary111100011100001111000101001110100001011011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C331; }

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

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

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

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

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

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

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

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