#F1C736

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

Shades of Saffron #F1C736

Tints of Saffron #F1C736

Color information

#F1C736 (or 0xF1C736) is unknown color: approx Saffron. HEX triplet: F1, C7 and 36. RGB value is (241,199,54). Sum of RGB (Red+Green+Blue) = 241+199+54=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C736 is #0E38C9. Grayscale: #C3C3C3. Windows color (decimal): -932042 or 3590129. OLE color: 3590129.

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

Color convert

RGB24119954-
CMYK00.170.780.05
HSL46.52º86.98%57.84%-
HSV(B)46.52º77.59%94.51%-
XYZ57.3659.8112.01-
YUV195.0348.41160.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 199 (78.12% from 255) = 40.28%
BLUE value IS 54 (21.48% from 255) = 10.93%
R=48.79%
G=40.28%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411995400.170.780.0546.5286.9857.84
HexF1C7360114E52f573a
Octal3613076602111655712772
Binary111100011100011111011001000110011101011011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C736; }

 p { color: rgb(241,199,54); }

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

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

 a { background-color: rgb(241,199,54); }

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

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

 span { border-color: rgb(241,199,54); }

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